From 8a45db4fb92fd71f1b7a6d49a9e478f725209e48 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 8 Oct 2022 13:14:45 +0200 Subject: [PATCH] nixosTests.custom-ca.midori: fix --- nixos/tests/custom-ca.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix index 73e47c3c9d0d..25a7b6fdea46 100644 --- a/nixos/tests/custom-ca.nix +++ b/nixos/tests/custom-ca.nix @@ -191,5 +191,5 @@ in firefox = { error = "Security Risk"; }; chromium = { error = "not private"; }; qutebrowser = { args = "-T"; error = "Certificate error"; }; - midori = { error = "Security"; }; + midori = { args = "-p"; error = "Security"; }; }