Skip to content

Commit 3996304

Browse files
fixed unit test
1 parent 30e8bce commit 3996304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ def test_update(self, mock_put, mock_get):
15081508
},
15091509
'data': {
15101510
'tables': ['test_database.test_table'],
1511-
'knowledge_bases': ['test_kb'],
1511+
'knowledge_bases': ['test_kb', 'test_kb2'],
15121512
},
15131513
'created_at': created_at,
15141514
'updated_at': updated_at,

0 commit comments

Comments
 (0)