forked from DGNum/colmena
integration-tests/allow-apply-all: Fix test after change to error message
This commit is contained in:
parent
f35e6dfb7f
commit
a17e4eda17
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in tools.makeTest {
|
||||||
testScript = ''
|
testScript = ''
|
||||||
logs = deployer.fail("cd /tmp/bundle && run-copy-stderr ${tools.colmenaExec} apply")
|
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")
|
deployer.succeed("cd /tmp/bundle && run-copy-stderr ${tools.colmenaExec} apply --on @target")
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue