Skip to content

Commit 63217f9

Browse files
wdscheiwdschei
authored andcommitted
Removed reference to a method that was already removed.
1 parent 9ed1286 commit 63217f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repose-aggregator/tests/functional-tests/src/integrationTest/groovy/features/services/datastore/RemoteDatastoreServiceTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class RemoteDatastoreServiceTest extends Specification {
9595
reposeValveLauncher.configurationProvider.applyConfigs("features/services/datastore/remote", params)
9696
reposeValveLauncher.configurationProvider.applyConfigs("features/services/datastore/remote/$type", params)
9797

98-
reposeValveLauncher.start(false, false, "repose", type)
98+
reposeValveLauncher.start(false, "repose", type)
9999

100100
return [reposeValveLauncher, reposeLogSearch]
101101
}

repose-aggregator/tests/functional-tests/src/integrationTest/groovy/features/services/healthcheck/HealthCheckServiceTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class HealthCheckServiceTest extends ReposeValveTest {
3333
repose.configurationProvider.applyConfigs("common", params)
3434
repose.configurationProvider.applyConfigs("features/core/proxy", params)
3535
repose.configurationProvider.applyConfigs("features/services/datastore/badconfig", params)
36-
repose.start(true, false, "repose", "node1")
36+
repose.start(false, "repose", "node1")
3737
repose.waitForDesiredResponseCodeFromUrl(reposeEndpoint, [503], 120)
3838
}
3939

0 commit comments

Comments
 (0)