fix Bamboo failed test

This commit is contained in:
Cristina Axinte
2017-03-24 15:04:52 +02:00
parent f031954e9b
commit 12ffa5642a
@@ -54,7 +54,7 @@ public class GetDeploymentCoreTests extends RestTest
restClient.assertStatusCodeIs(HttpStatus.OK);
actualDeployment.assertThat().field("deployedAt").isNotEmpty()
.and().field("name").is(expectedDeployment.getName())
.and().field("id").equals(expectedDeployment.getId());
.and().field("id").is(expectedDeployment.getId());
}
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.DEPLOYMENTS },