From 57d8eb5828a8a84538449ead584afa740861a748 Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Thu, 22 Feb 2024 09:57:45 +0100 Subject: [PATCH] Make test more stable? --- src/test/resources/configs/conflict.yaml | 2 +- src/test/resources/configs/simple_config.yaml | 1 + src/test/resources/configs/simple_config_updated.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/resources/configs/conflict.yaml b/src/test/resources/configs/conflict.yaml index 088ebd6..1f22bb3 100644 --- a/src/test/resources/configs/conflict.yaml +++ b/src/test/resources/configs/conflict.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: sp-example-shinyproxy-cm-8c17f21f9d82e1a5f98d3af986397a9656ac89 + name: sp-example-shinyproxy-cm-a2460e4e35bfd14f72413e02ac6acfd0d33d7e namespace: itest data: application.yml: | diff --git a/src/test/resources/configs/simple_config.yaml b/src/test/resources/configs/simple_config.yaml index 942c4b1..7cf44a1 100644 --- a/src/test/resources/configs/simple_config.yaml +++ b/src/test/resources/configs/simple_config.yaml @@ -15,6 +15,7 @@ spec: authentication: simple containerBackend: kubernetes stop-proxies-on-shutdown: false + default-stop-proxy-on-logout: false kubernetes: namespace: itest internal-networking: true diff --git a/src/test/resources/configs/simple_config_updated.yaml b/src/test/resources/configs/simple_config_updated.yaml index 1454c5b..b7de94f 100644 --- a/src/test/resources/configs/simple_config_updated.yaml +++ b/src/test/resources/configs/simple_config_updated.yaml @@ -15,6 +15,7 @@ spec: authentication: simple containerBackend: kubernetes stop-proxies-on-shutdown: false + default-stop-proxy-on-logout: false kubernetes: namespace: itest internal-networking: true