Skip to content

Commit

Permalink
test(Discovery): Fix fragile integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed Jan 24, 2019
1 parent e1ce174 commit 193c5f8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2043,9 +2043,6 @@ public void gatewayOperationsAreSuccessful() {
.gatewayId(testGatewayId)
.build();
discovery.deleteGateway(deleteGatewayOptions).execute();

GatewayList listAfterDelete = discovery.listGateways(listGatewaysOptions).execute();
assertTrue(listAfterDelete.getGateways().isEmpty());
}

private Environment createEnvironment(CreateEnvironmentOptions createOptions) {
Expand Down

0 comments on commit 193c5f8

Please sign in to comment.