Skip to content

Commit

Permalink
Fix marker
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Jul 3, 2024
1 parent cf0fbc2 commit 5c31efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ibis-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ addopts = [
]
markers = [
"bigquery: mark a test as a bigquery test",
"clickhouse: mark a test as a clickhouse test",
"mssql: mark a test as a mssql test",
"mysql: mark a test as a mysql test",
"postgres: mark a test as a postgres test",
Expand Down
2 changes: 1 addition & 1 deletion ibis-server/tests/routers/ibis/test_clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def clickhouse(request) -> ClickHouseContainer:
return ch


@pytest.mark.postgres
@pytest.mark.clickhouse
class TestClickHouse:
base_url = "/v2/ibis/clickhouse"

Expand Down

0 comments on commit 5c31efb

Please sign in to comment.