Skip to content

Commit d54b2ba

Browse files
committed
Fix test after introducing ChaosInterceptor
1 parent 386de0a commit d54b2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/eu/openanalytics/shinyproxyoperator/helpers/IntegrationTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ abstract class IntegrationTestBase {
9696

9797
try {
9898
// 4. run test
99-
block(namespace, shinyProxyClient, namespacedKubernetesClient, stableClient, operator, reconcileListener)
99+
block(namespace, shinyProxyClient, namespacedKubernetesClient, stableClient.inNamespace(namespace), operator, reconcileListener)
100100
} finally {
101101
// 5. remove all instances
102102
try {

0 commit comments

Comments
 (0)