Skip to content

Commit 677c0d3

Browse files
tests(sdk): Unskip test due to bug fix (#20)
Co-authored-by: Twisha Bansal <[email protected]>
1 parent 3ed7d10 commit 677c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def test_run_tool_wrong_param_type(self, get_n_rows_tool):
113113
await get_n_rows_tool.ainvoke({"num_rows": 2})
114114

115115
##### Auth tests
116-
@pytest.mark.skip(reason="b/389574566")
116+
@pytest.mark.asyncio
117117
async def test_run_tool_unauth_with_auth(self, toolbox, auth_token2):
118118
"""Tests running a tool that doesn't require auth, with auth provided."""
119119
tool = await toolbox.aload_tool(

0 commit comments

Comments
 (0)