about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2022-10-08 13:14:45 +0200
committerVladimír Čunát <v@cunat.cz>2022-10-15 14:05:59 +0200
commit8a45db4fb92fd71f1b7a6d49a9e478f725209e48 (patch)
tree6d5d9cd0052b0c2eb1f164c3f67d26b18d8263e0 /nixos/tests
parentb6f2a1382d5f42c03ad6068842112f63b584b282 (diff)
nixosTests.custom-ca.midori: fix
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/custom-ca.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix
index 73e47c3c9d0d6..25a7b6fdea46e 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"; };
 }