Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stiltzkin10 committed Feb 11, 2025
1 parent d43f2bc commit ca146a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/pytests/unit/modules/napalm/test_network.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
:codeauthor: Anthony Shaw <[email protected]>
:codeauthor: Anthony Shaw <[email protected]>
"""

import pytest
Expand All @@ -20,7 +20,7 @@ def configure_loader_modules():
"file.join": napalm_test_support.join,
"file.get_managed": napalm_test_support.get_managed_file,
"random.hash": napalm_test_support.random_hash,
"file.apply_template_on_contents": MagicMock()
"file.apply_template_on_contents": MagicMock(),
}
}

Expand Down Expand Up @@ -190,6 +190,7 @@ def test_load_template():
ret = napalm_network.load_template(template_source="ntp server 192.168.0.1")
assert ret["out"] is None


def test_commit():
with patch(
"salt.utils.napalm.get_device",
Expand Down

0 comments on commit ca146a6

Please sign in to comment.