Skip to content

Commit

Permalink
errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 26, 2024
1 parent 5bd978b commit 94c797b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hostcfgd/hostcfgd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def test_mgmtiface_event(self):

@patch('hostcfgd.ConfigDBConnector', autospec=True)
def test_memory_statistics_event(self, mock_config_db_connector):
print("Available keys in HOSTCFG_DAEMON_CFG_DB:", HOSTCFG_DAEMON_CFG_DB.keys())
# Mock the ConfigDBConnector instance methods
mock_instance = mock_config_db_connector.return_value
# Make sure get_table returns the correct nested structure
Expand Down

0 comments on commit 94c797b

Please sign in to comment.