mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix broken ssh test
This commit is contained in:
parent
5c83db6a3c
commit
9f1ae6982d
1 changed files with 4 additions and 1 deletions
|
@ -211,7 +211,10 @@ def test_shell_inject_ssh_options(
|
|||
}
|
||||
ret = client.run(low)
|
||||
assert path.exists() is False
|
||||
assert "bad configuration option" in ret["127.0.0.1"]
|
||||
assert (
|
||||
"Bad configuration option" in ret["127.0.0.1"]
|
||||
or "no argument after keyword" in ret["127.0.0.1"]
|
||||
)
|
||||
|
||||
|
||||
def test_shell_inject_ssh_port(
|
||||
|
|
Loading…
Add table
Reference in a new issue