Skip to content

Commit

Permalink
Removed reference to a method that was already removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdschei authored and wdschei committed Jun 19, 2017
1 parent 9ed1286 commit 63217f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class RemoteDatastoreServiceTest extends Specification {
reposeValveLauncher.configurationProvider.applyConfigs("features/services/datastore/remote", params)
reposeValveLauncher.configurationProvider.applyConfigs("features/services/datastore/remote/$type", params)

reposeValveLauncher.start(false, false, "repose", type)
reposeValveLauncher.start(false, "repose", type)

return [reposeValveLauncher, reposeLogSearch]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HealthCheckServiceTest extends ReposeValveTest {
repose.configurationProvider.applyConfigs("common", params)
repose.configurationProvider.applyConfigs("features/core/proxy", params)
repose.configurationProvider.applyConfigs("features/services/datastore/badconfig", params)
repose.start(true, false, "repose", "node1")
repose.start(false, "repose", "node1")
repose.waitForDesiredResponseCodeFromUrl(reposeEndpoint, [503], 120)
}

Expand Down

0 comments on commit 63217f9

Please sign in to comment.