Skip to content

Commit

Permalink
Test: Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 6, 2023
1 parent 239a233 commit 2d1011c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/units/anta_tests/mlag/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
],
"side_effect": [],
"expected_result": "failure",
"expected_messages": ["MLAG config-sanity returned inconsistancies: "
"expected_messages": ["MLAG config-sanity returned inconsistencies: "
"{'globalConfiguration': {'mlag': {'globalParameters': "
"{'dual-primary-detection-delay': {'localValue': '0', 'peerValue': '200'}}}}, "
"'interfaceConfiguration': {}}"]
Expand All @@ -196,7 +196,7 @@
],
"side_effect": [],
"expected_result": "failure",
"expected_messages": ["MLAG config-sanity returned inconsistancies: "
"expected_messages": ["MLAG config-sanity returned inconsistencies: "
"{'globalConfiguration': {}, "
"'interfaceConfiguration': {'trunk-native-vlan mlag30': "
"{'interface': {'Port-Channel30': {'localValue': '123', 'peerValue': '3700'}}}}}"]
Expand Down

0 comments on commit 2d1011c

Please sign in to comment.