Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leeclemens committed Dec 19, 2023
1 parent c43f745 commit 222a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/unit/modules/test_tuned.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ def test_profile_invalid(self):
with patch.dict(tuned.__salt__, {"cmd.run_all": mock_cmd}):
self.assertTrue(
tuned.profile("invalid")["stderr"].startswith("Cannot load profile")
)
)

0 comments on commit 222a70a

Please sign in to comment.