Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 12, 2024
1 parent 7f37413 commit 8b220df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def setup_data_source(datasource: DatasourceInfoTypedDict):
data_regression.check(fixed_result, basename="missing_data_source_none")


@pytest.mark.data_server
def setup_sqlite_data_source(data_server_cli, tmpdir):
import json

Expand All @@ -275,6 +274,7 @@ def setup_sqlite_data_source(data_server_cli, tmpdir):
)


@pytest.mark.data_server
def test_compute_data_sources_state(
data_server_cli: DataServerCliWrapper,
ws_root_path,
Expand Down

0 comments on commit 8b220df

Please sign in to comment.