Skip to content

Commit 5fa970a

Browse files
committed
sanity issues
1 parent 1adeaed commit 5fa970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/modules/dnac/test_lan_automation_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_update_port_channel_negative_testcase_playbook_case_9(self):
404404
result = self.execute_module(changed=False, failed=True)
405405
self.assertIn(
406406
"No existing Port Channel configuration found with the provided "
407-
f"port_channel_number: 11. When both port_channel_number and links "
407+
"port_channel_number: 11. When both port_channel_number and links "
408408
"are specified, an existing Port Channel is expected for update. "
409409
"If you want to create a new Port Channel, please remove the "
410410
"port_channel_number parameter from your playbook configuration "

0 commit comments

Comments
 (0)