From fd4217ffd2a75659d32b1284891beb72fe00b8be Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Mar 2023 15:15:11 +0200 Subject: tests: Make download error more forgiving For unknown reasons, on nightly CI we now get TWO errors: --- tests/end2end/features/downloads.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index 47835fd79..a71b50c34 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -603,7 +603,7 @@ Feature: Downloading things from a website. And I set content.tls.certificate_errors to load-insecurely And I download an SSL redirect page # First error is due to the load-insecurely value above - Then the error "Certificate error: The certificate is self-signed, and untrusted" should be shown + Then the error "Certificate error: *The certificate is self-signed, and untrusted" should be shown And the error "Download error: Insecure redirect" should be shown And the downloaded file download.bin should not exist -- cgit v1.2.3-54-g00ecf