We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ae98 commit fe45341Copy full SHA for fe45341
packages/toolbox-core/tests/test_sync_e2e.py
@@ -36,7 +36,7 @@ def get_n_rows_tool(toolbox: ToolboxSyncClient) -> ToolboxSyncTool:
36
return tool
37
38
39
-# @pytest.mark.usefixtures("toolbox_server")
+@pytest.mark.usefixtures("toolbox_server")
40
class TestBasicE2E:
41
@pytest.mark.parametrize(
42
"toolset_name, expected_length, expected_tools",
0 commit comments