Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Oct 2, 2024
1 parent cb90f02 commit 9a74992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-chassisd/tests/test_chassisd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def test_set_initial_dpu_admin_state():
# Mock state_db
mock_state_db = MagicMock()
fvs_mock = [True, {CHASSIS_MIDPLANE_INFO_ACCESS_FIELD: 'True'}]
mock_stat_db.get.return_value = fvs_mock
mock_state_db.get.return_value = fvs_mock

# Mock db_connect
mock_db_connect.return_value = mock_state_db
Expand Down

0 comments on commit 9a74992

Please sign in to comment.