tests: fix images being pulled from dockerhub, again
This commit is contained in:
parent
45c4469d47
commit
01482d8468
|
@ -36,7 +36,6 @@ class TestProviderSAML(SeleniumTestCase):
|
||||||
def setup_client(self, provider: SAMLProvider) -> Container:
|
def setup_client(self, provider: SAMLProvider) -> Container:
|
||||||
"""Setup client saml-sp container which we test SAML against"""
|
"""Setup client saml-sp container which we test SAML against"""
|
||||||
client: DockerClient = from_env()
|
client: DockerClient = from_env()
|
||||||
client.images.pull("beryju/oidc-test-client")
|
|
||||||
container = client.containers.run(
|
container = client.containers.run(
|
||||||
image="docker.beryju.org/proxy/beryju/saml-test-sp",
|
image="docker.beryju.org/proxy/beryju/saml-test-sp",
|
||||||
detach=True,
|
detach=True,
|
||||||
|
|
Reference in New Issue