Allow fstring linting

This commit is contained in:
Tyler Levy Conde 2024-09-23 11:09:56 -06:00 committed by Daniel Wozniak
parent 7e334bce6f
commit 216764c69e

View file

@ -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):