From 60e58f05948ec02df600ffee5d4010c9b03f28e9 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 24 Aug 2023 14:17:50 +0200 Subject: [PATCH] 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 --- test/apiv2/60-auth.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/apiv2/60-auth.at b/test/apiv2/60-auth.at index 433da11be6..21b1478140 100644 --- a/test/apiv2/60-auth.at +++ b/test/apiv2/60-auth.at @@ -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.*'