We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2012222 commit 1ab0407Copy full SHA for 1ab0407
registry/tests/test_registry.py
@@ -21,7 +21,6 @@ def test_registry_with_authentication():
21
).with_bind_ports(5000, 5000) as registry_container:
22
url: str = f"http://{registry_container.get_registry()}/v2/_catalog"
23
24
- response: Response = get(url, auth=HTTPBasicAuth(REGISTRY_USERNAME, REGISTRY_PASSWORD)
25
-)
+ response: Response = get(url, auth=HTTPBasicAuth(REGISTRY_USERNAME, REGISTRY_PASSWORD))
26
27
assert response.status_code == 200
0 commit comments