From a17e4eda1748bee4f2d7e443ac573349f576e81d Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 21 Jun 2022 21:28:08 -0700 Subject: [PATCH] integration-tests/allow-apply-all: Fix test after change to error message --- integration-tests/allow-apply-all/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/allow-apply-all/default.nix b/integration-tests/allow-apply-all/default.nix index cb4d7a8..a069c04 100644 --- a/integration-tests/allow-apply-all/default.nix +++ b/integration-tests/allow-apply-all/default.nix @@ -12,7 +12,7 @@ in tools.makeTest { testScript = '' logs = deployer.fail("cd /tmp/bundle && run-copy-stderr ${tools.colmenaExec} apply") - assert "no filter supplied" in logs + assert "No node filter" in logs deployer.succeed("cd /tmp/bundle && run-copy-stderr ${tools.colmenaExec} apply --on @target") '';