mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Allow fstring linting
This commit is contained in:
parent
7e334bce6f
commit
216764c69e
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def test_relenv_ping(salt_ssh_cli):
|
|||
"""
|
||||
ret = salt_ssh_cli.run("--relenv", "test.ping")
|
||||
assert ret.returncode == 0
|
||||
assert ret.data is True.joinpath("salt-call").exists()
|
||||
assert ret.data is True
|
||||
|
||||
|
||||
def test_wipe(salt_ssh_cli):
|
||||
|
|
Loading…
Add table
Reference in a new issue