tests: fix docker proxy missing for single test

This commit is contained in:
Jens Langhammer 2020-11-28 21:29:11 +01:00
parent c4db907a50
commit f51acb97a9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TestProviderProxy(SeleniumTestCase):
"""Start proxy container based on outpost created"""
client: DockerClient = from_env()
container = client.containers.run(
image=f"beryju/passbook-proxy:{__version__}",
image=f"docker.beryju.org/proxy/beryju/passbook-proxy:{__version__}",
detach=True,
network_mode="host",
auto_remove=True,