diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index cfcd9bfa..5a6e196d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -11,7 +11,7 @@ jobs: channel: 1.28-strict/stable extra-arguments: | --kube-config ${GITHUB_WORKSPACE}/kube-config - modules: '["test_cos.py", "test_jenkins.py", "test_k8s_agent.py", "test_machine_agent.py", "test_plugins.py", "test_proxy.py", "test_proxy_auth.py"]' + modules: '["test_auth_proxy.py", "test_cos.py", "test_jenkins.py", "test_k8s_agent.py", "test_machine_agent.py", "test_plugins.py", "test_proxy.py"]' pre-run-script: | -c "sudo microk8s config > ${GITHUB_WORKSPACE}/kube-config chmod +x tests/integration/pre_run_script.sh diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 4ecfd078..97fa8ac0 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -851,4 +851,4 @@ async def oathkeeper_application_related_fixture( idle_period=30, raise_on_error=False, ) - return application + return ingress_related diff --git a/tests/integration/test_proxy_auth.py b/tests/integration/test_auth_proxy.py similarity index 100% rename from tests/integration/test_proxy_auth.py rename to tests/integration/test_auth_proxy.py