We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b08431 commit 8129f86Copy full SHA for 8129f86
src/sonic-py-common/tests/mock_swsscommon.py
@@ -21,7 +21,7 @@ def __init__(self):
21
self.CONFIG_DB = 'CONFIG_DB'
22
self.data = {"key_encrypt": "True"}
23
24
- def connect(self, db):
+ def connect(self):
25
pass
26
27
def get(self, db, table, field):
0 commit comments