Commit b5bf5cd9 by Suma Shivaprasad

Fixed IT paths

parent 6a0004dd
...@@ -352,7 +352,7 @@ public class EntityJerseyResourceIT extends BaseResourceIT { ...@@ -352,7 +352,7 @@ public class EntityJerseyResourceIT extends BaseResourceIT {
ClientResponse clientResponse = service ClientResponse clientResponse = service
.path("api/metadata/entities") .path("api/metadata/entities")
.path(guid) .path(guid)
.path(TRAIT) .path(TRAITS)
.path(traitName) .path(traitName)
.accept(MediaType.APPLICATION_JSON) .accept(MediaType.APPLICATION_JSON)
.type(MediaType.APPLICATION_JSON) .type(MediaType.APPLICATION_JSON)
...@@ -375,7 +375,7 @@ public class EntityJerseyResourceIT extends BaseResourceIT { ...@@ -375,7 +375,7 @@ public class EntityJerseyResourceIT extends BaseResourceIT {
ClientResponse clientResponse = service ClientResponse clientResponse = service
.path("api/metadata/entities") .path("api/metadata/entities")
.path("random") .path("random")
.path(TRAIT) .path(TRAITS)
.path(traitName) .path(traitName)
.accept(MediaType.APPLICATION_JSON) .accept(MediaType.APPLICATION_JSON)
.type(MediaType.APPLICATION_JSON) .type(MediaType.APPLICATION_JSON)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment