Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Aug 18, 2024
1 parent 32f9469 commit 679f0c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/adapter/projections/test_projections.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_create_and_verify_projection(self, project):

assert result[0][1] == [f'{project.test_schema}.{relation.name}.projection_avg_age']


@pytest.mark.skipif(
os.environ.get('DBT_CH_TEST_CLUSTER', '').strip() == '', reason='Not on a cluster'
)
Expand Down

0 comments on commit 679f0c2

Please sign in to comment.