Skip to content

Commit 56463d3

Browse files
Sanity Issue Fix
1 parent 2158c48 commit 56463d3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/unit/modules/catalyst/test_swim_workflow_manager.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ def test_swim_workflow_manager_playbook_golden_all_idempotent_tag(self):
744744
result = self.execute_module(changed=False, failed=False)
745745
self.assertEqual(
746746
result.get('msg'),
747-
"SWIM Image 'cat9k_iosxe.17.12.01.SPA.bin' is already Golden tagged for device role(s) ACCESS, BORDER_ROUTER, CORE, DISTRIBUTION, UNKNOWN. Skipping operation."
747+
"SWIM Image 'cat9k_iosxe.17.12.01.SPA.bin' is already Golden tagged for device role(s)"
748+
" ACCESS, BORDER_ROUTER, CORE, DISTRIBUTION, UNKNOWN. Skipping operation."
748749
)
749750

750751
def test_swim_workflow_manager_playbook_golden_all_to_dist_proceeds(self):
@@ -845,7 +846,8 @@ def test_swim_workflow_manager_playbook_golden_all_idempotent_untag(self):
845846
result = self.execute_module(changed=False, failed=False)
846847
self.assertEqual(
847848
result.get('msg'),
848-
"SWIM Image 'cat9k_iosxe.17.12.01.SPA.bin' is already not Golden tagged for device role(s) ACCESS, BORDER_ROUTER, CORE, DISTRIBUTION, UNKNOWN. Skipping operation."
849+
"SWIM Image 'cat9k_iosxe.17.12.01.SPA.bin' is already not Golden tagged for device role(s)"
850+
" ACCESS, BORDER_ROUTER, CORE, DISTRIBUTION, UNKNOWN. Skipping operation."
849851
)
850852

851853
def test_swim_workflow_manager_playbook_golden_all_covers_specific_roles_idempotent_tag(self):

0 commit comments

Comments
 (0)