tests: fix images being pulled from dockerhub, again

This commit is contained in:
Jens Langhammer 2020-12-06 21:23:57 +01:00
parent 45c4469d47
commit 01482d8468
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class TestProviderSAML(SeleniumTestCase):
def setup_client(self, provider: SAMLProvider) -> Container:
"""Setup client saml-sp container which we test SAML against"""
client: DockerClient = from_env()
client.images.pull("beryju/oidc-test-client")
container = client.containers.run(
image="docker.beryju.org/proxy/beryju/saml-test-sp",
detach=True,