Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Jul 22, 2024
1 parent 23aae25 commit 9e7b567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appbuilder/tests/test_knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def test_create_knowledge_base(self):
knowledge.modify_knowledge_base(
knowledge_base_id=knowledge_base_id, name="test"
)
knowledge.delete_knowledge_base(knowledge_base_id)
except Exception as e:
err_msg = str(e)
print("错误为 {}".format(e))
Expand Down

0 comments on commit 9e7b567

Please sign in to comment.