Skip to content

Commit 0e71269

Browse files
committed
fix test
1 parent 4edad0a commit 0e71269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_dbos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,9 +826,9 @@ async def test_dbos_agent():
826826
assert toolsets[3].id == 'mcp'
827827
assert toolsets[3].wrapped == complex_agent.toolsets[2]
828828

829-
# Unwrapped 'deferred' toolset
829+
# Unwrapped 'external' toolset
830830
assert isinstance(toolsets[4], ExternalToolset)
831-
assert toolsets[4].id == 'deferred'
831+
assert toolsets[4].id == 'external'
832832
assert toolsets[4] == complex_agent.toolsets[3]
833833

834834

0 commit comments

Comments
 (0)