We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adeaed commit 5fa970aCopy full SHA for 5fa970a
tests/unit/modules/dnac/test_lan_automation_workflow_manager.py
@@ -404,7 +404,7 @@ def test_update_port_channel_negative_testcase_playbook_case_9(self):
404
result = self.execute_module(changed=False, failed=True)
405
self.assertIn(
406
"No existing Port Channel configuration found with the provided "
407
- f"port_channel_number: 11. When both port_channel_number and links "
+ "port_channel_number: 11. When both port_channel_number and links "
408
"are specified, an existing Port Channel is expected for update. "
409
"If you want to create a new Port Channel, please remove the "
410
"port_channel_number parameter from your playbook configuration "
0 commit comments