From b254b2361f3529a022d3d151973e2455a269ded8 Mon Sep 17 00:00:00 2001 From: Ramesh Raghupathy Date: Tue, 12 Nov 2024 21:47:36 -0800 Subject: [PATCH] Fixing syntax --- sonic-chassisd/tests/test_chassisd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonic-chassisd/tests/test_chassisd.py b/sonic-chassisd/tests/test_chassisd.py index d15a63128..e9a043bf5 100644 --- a/sonic-chassisd/tests/test_chassisd.py +++ b/sonic-chassisd/tests/test_chassisd.py @@ -433,7 +433,7 @@ def test_smartswitch_configupdater_check_admin_state(): assert module.get_admin_state() == admin_state -def test_is_first_boot_file_found_first_boot(self): +def test_is_first_boot_file_found_first_boot(): chassis = MockSmartSwitchChassis() module = "DPU0" @@ -443,7 +443,7 @@ def test_is_first_boot_file_found_first_boot(self): assert result # Using simple assert as requested -def test_is_first_boot_file_not_found(self): +def test_is_first_boot_file_not_found(): chassis = MockSmartSwitchChassis() module = "DPU0"