Skip to content

Commit

Permalink
Fix pre commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekrnv authored Jan 9, 2025
1 parent ed4d950 commit 0f485ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ def test_qos_wait_until_clear_not_empty(self):
@patch('swsscommon.swsscommon.SonicV2Connector.keys')
def test_qos_wait_until_clear_no_timeout(self, mock_keys, mock_echo):
from config.main import _wait_until_clear
_wait_until_clear(["BUFFER_POOL_TABLE:*"], 0.5, 0) # timeout is zero
_wait_until_clear(["BUFFER_POOL_TABLE:*"], 0.5, 0)
mock_keys.assert_not_called()
mock_echo.assert_not_called()

Expand Down

0 comments on commit 0f485ad

Please sign in to comment.