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 cb51987 commit f4745b4Copy full SHA for f4745b4
src/sonic-py-common/tests/mock_swsscommon.py
@@ -17,7 +17,7 @@ def get(self, db, table, field):
17
18
19
class ConfigDBConnector:
20
- def __init__(self):
+ def __init__(self):
21
self.CONFIG_DB = 'CONFIG_DB'
22
self.data = {"key_encrypt": "True"}
23
0 commit comments