Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Apr 4, 2024
1 parent 240c8f9 commit 487238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/modules/network/ios/test_ios_vlans.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ def test_ios_vlans_config_overridden(self):
]
self.assertEqual(result["commands"], commands)

def test_ios_delete_vlans_config(self):
def test_ios_delete_vlans_config_2(self):
self.mock_l2_device_command.side_effect = True
self.mock_execute_show_command_conf.side_effect = ""
self.execute_show_command.return_value = dedent(
Expand Down

0 comments on commit 487238c

Please sign in to comment.