Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Nov 13, 2024
1 parent a1ded43 commit b254b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonic-chassisd/tests/test_chassisd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down

0 comments on commit b254b23

Please sign in to comment.