Skip to content

Commit 66e88ab

Browse files
committed
fix docstring
1 parent 1f63b0d commit 66e88ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
150150
await tool()
151151

152152
async def test_run_tool_param_auth_no_service(self, toolbox):
153-
"""Tests running a tool with a param requiring auth, without a correctly registered auth service."""
153+
"""Tests running a tool with a param requiring auth, without a registered auth service."""
154154
tool = await toolbox.load_tool("get-row-by-email-auth-wrong-auth-source")
155155
with pytest.raises(
156156
Exception,

0 commit comments

Comments
 (0)