From c1fb5fcffb72c2675edc13ae6eca6c9a8d3cddea Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:36:29 +0530 Subject: [PATCH] chore: unskip test due to bug fix --- tests/test_e2e.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 97592212..6eef88da 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -248,7 +248,6 @@ def test_run_tool_wrong_param_type(self, get_n_rows_tool): get_n_rows_tool.invoke({"num_rows": 2}) #### Auth tests - @pytest.mark.skip(reason="b/389574566") def test_run_tool_unauth_with_auth(self, toolbox, auth_token2): """Tests running a tool that doesn't require auth, with auth provided.""" tool = toolbox.load_tool(