mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
🚨 Unused f-string
This commit is contained in:
parent
83f27849af
commit
47d42e4fba
@ -335,7 +335,7 @@ class TestHostgroups(unittest.TestCase):
|
||||
|
||||
# Check that print was called with expected output
|
||||
calls = [
|
||||
call.write(f"The following options are available for host test-device"),
|
||||
call.write("The following options are available for host test-device"),
|
||||
call.write("\n"),
|
||||
]
|
||||
mock_stdout.assert_has_calls(calls, any_order=True)
|
||||
|
Loading…
Reference in New Issue
Block a user