tests/integration: fix outpost tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-13 20:33:41 +02:00
parent 709581f5a8
commit ddca8ef3ca
2 changed files with 2 additions and 2 deletions

View File

@ -104,5 +104,5 @@ class OutpostDockerTests(TestCase):
self.assertEqual(compose["version"], "3.5")
self.assertEqual(
compose["services"]["authentik_proxy"]["image"],
f"beryju/authentik-proxy:{__version__}",
f"ghcr.io/goauthentik/proxy:{__version__}",
)

View File

@ -104,5 +104,5 @@ class TestProxyDocker(TestCase):
self.assertEqual(compose["version"], "3.5")
self.assertEqual(
compose["services"]["authentik_proxy"]["image"],
f"beryju/authentik-proxy:{__version__}",
f"ghcr.io/goauthentik/proxy:{__version__}",
)