tests: fix images being pulled from dockerhub
This commit is contained in:
parent
8a526ad452
commit
45c4469d47
|
@ -51,7 +51,6 @@ class TestProviderOAuth2OIDC(SeleniumTestCase):
|
|||
"""Setup client saml-sp container which we test SAML against"""
|
||||
sleep(1)
|
||||
client: DockerClient = from_env()
|
||||
client.images.pull("beryju/oidc-test-client")
|
||||
container = client.containers.run(
|
||||
image="docker.beryju.org/proxy/beryju/oidc-test-client",
|
||||
detach=True,
|
||||
|
|
Reference in New Issue