mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
tests/e2e: fix proxy tests failing due to in-use port (cherry-pick #22785 to version-2026.5) (#22792)
tests/e2e: fix proxy tests failing due to in-use port (#22785) * tests/e2e: fix proxxy tests failing due to in-use port * correctly update providers once container is created * fix connectivity test * idk man * hmm * fix duplicate port? * Revert "fix connectivity test" This reverts commite531c650ad. * Revert "correctly update providers once container is created" This reverts commitcda9684db7. # Conflicts: # tests/e2e/test_provider_proxy.py * Revert "tests/e2e: fix proxxy tests failing due to in-use port" This reverts commitd224b54f52. * remove debug --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
committed by
GitHub
parent
82e56d1b00
commit
576d74a36f
@@ -10,6 +10,8 @@ services:
|
||||
- io.goauthentik.tests=selenium
|
||||
profiles:
|
||||
- selenium
|
||||
environment:
|
||||
VIDEO_READY_PORT: 9912
|
||||
mailpit:
|
||||
image: docker.io/axllent/mailpit:v1.29.6
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user