Skip to content

Commit fe45341

Browse files
committed
small fix
1 parent 190ae98 commit fe45341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_sync_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_n_rows_tool(toolbox: ToolboxSyncClient) -> ToolboxSyncTool:
3636
return tool
3737

3838

39-
# @pytest.mark.usefixtures("toolbox_server")
39+
@pytest.mark.usefixtures("toolbox_server")
4040
class TestBasicE2E:
4141
@pytest.mark.parametrize(
4242
"toolset_name, expected_length, expected_tools",

0 commit comments

Comments
 (0)