Skip to content

Commit 2c7100e

Browse files
committed
Update kb name in test
1 parent b26bc35 commit 2c7100e

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
@@ -1538,7 +1538,7 @@ def test_add_webpage(self, mock_post, mock_put, mock_get):
15381538
'updated_at': None
15391539
},
15401540
# Skills get in Agent update to check if it exists.
1541-
{'name': 'new_skill', 'type': 'retrieval', 'params': {'source': 'test_agent_tokaido_rules_kb'}},
1541+
{'name': 'new_skill', 'type': 'retrieval', 'params': {'source': 'test_agent_docs_mdb_ai_kb'}},
15421542
# Existing agent get in Agent update.
15431543
{
15441544
'name': 'test_agent',

0 commit comments

Comments
 (0)