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:
Valentin Rothberg 2023-08-24 14:17:50 +02:00
parent 4d5bef98f5
commit 60e58f0594
1 changed files with 1 additions and 1 deletions

View File

@ -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.*'