tests/e2e: fix provider test image

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-19 22:11:09 +02:00
parent 5d7d21076f
commit ef77a4b64e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class TestProviderProxy(SeleniumTestCase):
"""Start proxy container based on outpost created"""
client: DockerClient = from_env()
container = client.containers.run(
image=f"ghcr.io/goauthentik/proxy:{__version__}",
image="beryju.org/authentik/outpost-proxy:gh-master",
detach=True,
network_mode="host",
auto_remove=True,