Skip to content

Commit

Permalink
fixed a test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Oct 2, 2024
1 parent 9a74992 commit 1342d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic-chassisd/tests/test_chassisd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ def test_set_initial_dpu_admin_state():
mock_state_db.get.return_value = fvs_mock

# Mock db_connect
mock_db_connect = MagicMock()
mock_db_connect.return_value = mock_state_db

# Mock admin_status
Expand Down

0 comments on commit 1342d19

Please sign in to comment.