From 0fcfe78a5f1abbce26c2b9fda1f76fd36b30262d Mon Sep 17 00:00:00 2001 From: aida-shumburo Date: Thu, 12 Sep 2024 16:41:23 -0400 Subject: [PATCH] fix linting error --- tests/unit/modules/network/sonic/test_sonic_vxlans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/modules/network/sonic/test_sonic_vxlans.py b/tests/unit/modules/network/sonic/test_sonic_vxlans.py index 9dd829eb3..b13b526bc 100644 --- a/tests/unit/modules/network/sonic/test_sonic_vxlans.py +++ b/tests/unit/modules/network/sonic/test_sonic_vxlans.py @@ -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'])