Skip to content

Commit d1287a8

Browse files
authored
chore: unskip test due to bug fix (#65)
1 parent 677c0d3 commit d1287a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_e2e.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ def test_run_tool_wrong_param_type(self, get_n_rows_tool):
248248
get_n_rows_tool.invoke({"num_rows": 2})
249249

250250
#### Auth tests
251-
@pytest.mark.skip(reason="b/389574566")
252251
def test_run_tool_unauth_with_auth(self, toolbox, auth_token2):
253252
"""Tests running a tool that doesn't require auth, with auth provided."""
254253
tool = toolbox.load_tool(

0 commit comments

Comments
 (0)