mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix linter
This commit is contained in:
parent
9d1b2a0217
commit
dd002fdad8
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ class HostTestCase(TestCase, LoaderModuleMockMixin):
|
|||
assert add_host.mock_calls == [], add_host.mock_calls
|
||||
assert rm_host.mock_calls == [], rm_host.mock_calls
|
||||
|
||||
|
||||
def test_host_present_should_return_True_if_test_and_no_changes(self):
|
||||
expected = {
|
||||
'comment': 'Host {} ({}) already present'.format(
|
||||
|
|
Loading…
Add table
Reference in a new issue