Skip to content

Commit 1adeaed

Browse files
committed
Resolve sanity
1 parent f9d1f81 commit 1adeaed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/modules/dnac/test_lan_automation_workflow_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ def test_create_port_channel_negative_testcase_playbook_case_8(self):
386386

387387
def test_update_port_channel_negative_testcase_playbook_case_9(self):
388388
# Test Description: Update port channel by specifying port_channel_number that does not exist.
389-
# Expected Result: Module should fail with appropriate error message indicating the port channel number does not exist and suggesting to remove the parameter to create a new port channel.
389+
# Expected Result: Module should fail with appropriate error message indicating the port channel
390+
# number does not exist and suggesting to remove the parameter to create a new port channel.
390391
set_module_args(
391392
dict(
392393
dnac_host="1.1.1.1",

0 commit comments

Comments
 (0)