Issue-ID: SO-2756
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I999d590dd76090a7aaabc84ad49030f24453485f
Signed-off-by: tragait <rahul.tyagi@est.tech>
headers.set("Content-Type", MediaType.APPLICATION_JSON);
HttpEntity<String> entity = new HttpEntity(null, headers);
- wireMockServer.stubFor(get(urlMatching("/workflow/search/findByResourceTarget[?]resource_target=pnf"))
+ wireMockServer.stubFor(get(urlMatching("/workflow/search/findByResourceTarget[?]resourceTarget=pnf"))
.willReturn(aResponse().withHeader(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON)
.withBody(
getWiremockResponseForCatalogdb("WorkflowSpecificationsForPnfWorkflows_Response.json"))
protected static final String HOMING_INSTANCE = "/homingInstance";
protected static final String ARTIFACT_UUID = "artifactUUID";
protected static final String SOURCE = "source";
- protected static final String RESOURCE_TARGET = "resource_target";
+ protected static final String RESOURCE_TARGET = "resourceTarget";
private static final String TARGET_ENTITY = "SO:CatalogDB";
private static final String ASTERISK = "*";