mirror of https://github.com/containers/podman.git
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:
parent
4d5bef98f5
commit
60e58f0594
|
@ -6,7 +6,7 @@
|
||||||
start_registry htpasswd
|
start_registry htpasswd
|
||||||
|
|
||||||
# Test unreachable
|
# 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 \
|
500 \
|
||||||
.message~'.*no such host.*'
|
.message~'.*no such host.*'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue