Skip to content

Commit

Permalink
Allow fstring linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d authored and dwoz committed Sep 30, 2024
1 parent 7e334bc commit 216764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/integration/ssh/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 216764c

Please sign in to comment.