Skip to content

Commit

Permalink
Fix ut issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Dec 8, 2023
1 parent 50eff3c commit f992034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-py-common/sonic_py_common/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import mock
SwssLogger = mock.MagicMock()
instance = mock.MagicMock()
SwssLogger.getInstance = instance
SwssLogger.getInstance.return_value = instance
instance.getMinPrio.return_value = syslog.LOG_NOTICE


Expand Down

0 comments on commit f992034

Please sign in to comment.