e2e: don't use proxy for quay

This commit is contained in:
Jens Langhammer 2020-10-27 10:30:08 +01:00
parent e805fb62fb
commit 287b38efee
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class TestSourceOAuth2(SeleniumTestCase):
def get_container_specs(self) -> Optional[Dict[str, Any]]:
return {
"image": "docker.beryju.org/proxy/quay.io/dexidp/dex:v2.24.0",
"image": "quay.io/dexidp/dex:v2.24.0",
"detach": True,
"network_mode": "host",
"auto_remove": True,