Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
aida-shumburo committed Sep 12, 2024
1 parent e75554a commit 0fcfe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/modules/network/sonic/test_sonic_vxlans.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_sonic_vxlans_deleted_02(self):
self.initialize_config_requests(self.fixture_data['deleted_02']['expected_config_requests'])
result = self.execute_module(changed=True)
self.validate_config_requests()

def test_sonic_vxlans_deleted_03(self):
set_module_args(self.fixture_data['deleted_03']['module_args'])
self.initialize_facts_get_requests(self.fixture_data['deleted_03']['existing_vxlans_config'])
Expand Down

0 comments on commit 0fcfe78

Please sign in to comment.