File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212
1313def test_registry_defaults (tmpdir ):
1414 registry = DockerRegistry (docker_config_path = str (tmpdir .join ("doesntexist.json" )))
15- assert registry .url == "https://registry.hub. docker.com "
15+ assert registry .url == "https://registry-1. docker.io "
1616 assert registry .auth_config_url == "https://index.docker.io/v1"
1717 assert (
1818 registry .token_url == "https://auth.docker.io/token?service=registry.docker.io"
@@ -37,7 +37,7 @@ def test_registry_username_password(tmpdir):
3737 registry = DockerRegistry (docker_config_path = str (config_json ))
3838 assert registry .username == "user"
3939 assert registry .password == "pass"
40- assert registry .url == "https://registry.hub. docker.com "
40+ assert registry .url == "https://registry-1. docker.io "
4141
4242
4343def test_registry_gcr_defaults (tmpdir ):
You can’t perform that action at this time.
0 commit comments