mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
test/apiv2/60-auth.at: use doesnotexists.podman.io
`exist.io` actually does exist and is not under our control. To prevent flakes, change it to something on `podman.io`. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
start_registry htpasswd
|
||||
|
||||
# Test unreachable
|
||||
t POST /v1.40/auth username=$REGISTRY_USERNAME password=WrOnGPassWord serveraddress=does.not.exist.io:1234/ \
|
||||
t POST /v1.40/auth username=$REGISTRY_USERNAME password=WrOnGPassWord serveraddress=doesnotexists.podman.io:1234/ \
|
||||
500 \
|
||||
.message~'.*no such host.*'
|
||||
|
||||
|
Reference in New Issue
Block a user