From e45e6c1dc71502885d21c7405b623514e84feaa1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Dec 2023 01:43:00 +0100 Subject: [PATCH] =?UTF-8?q?Zbmlgrerg=E2=81=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 08e60d4..518a466 100644 --- a/tests.toml +++ b/tests.toml @@ -3,11 +3,12 @@ test_format = 1.0 [default] args.redirect_type = "redirect" - args.target = "https://fr.wikipedia.org" + args.target = "https://en.wikipedia.org/wiki/HTTP_302" test_upgrade_from.09cf1c6b.name = "v1 era" + test_upgrade_from.09cf1c6b.args.domain = "domain.tld" test_upgrade_from.09cf1c6b.args.redirect_type = "visible_302" - test_upgrade_from.09cf1c6b.args.redirect_path = "https://fr.wikipedia.org" + test_upgrade_from.09cf1c6b.args.redirect_path = "https://en.wikipedia.org/wiki/HTTP_302" [reverseproxy] @@ -15,6 +16,9 @@ test_format = 1.0 args.redirect_type = "reverseproxy" args.target = "http://127.0.0.1:80" + exclude = ["install.private", "install.multi", "backup_restore"] + test_upgrade_from.09cf1c6b.name = "v1 era" + test_upgrade_from.09cf1c6b.args.domain = "domain.tld" test_upgrade_from.09cf1c6b.args.redirect_type = "proxy_public" test_upgrade_from.09cf1c6b.args.redirect_path = "http://127.0.0.1:80"