Skip to content

Commit 8129f86

Browse files
committed
Fixed build issues
1 parent 2b08431 commit 8129f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-py-common/tests/mock_swsscommon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self):
2121
self.CONFIG_DB = 'CONFIG_DB'
2222
self.data = {"key_encrypt": "True"}
2323

24-
def connect(self, db):
24+
def connect(self):
2525
pass
2626

2727
def get(self, db, table, field):

0 commit comments

Comments
 (0)