From f48e98668385cbb68ca55b50758c93f853e6bde3 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Sat, 5 Apr 2025 15:17:38 +0200 Subject: [PATCH] fix ci --- tests/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci.sh b/tests/ci.sh index ed757ba..f5aa458 100755 --- a/tests/ci.sh +++ b/tests/ci.sh @@ -59,7 +59,7 @@ HOST="http://[::1]:3845" wait_for_url () { echo "Testing $1..." - printf 'GET %s\nHTTP 404' "$1" | hurl --retry "$2"; + printf 'GET %s\nHTTP 308' "$1" | hurl --retry "$2"; return 0 }