tests: fix images being pulled from dockerhub
This commit is contained in:
		@ -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
	
	Block a user