From 679f0c20f93c1c57d704ea3256ee699d0610f138 Mon Sep 17 00:00:00 2001 From: bentsileviav Date: Sun, 18 Aug 2024 21:47:37 +0300 Subject: [PATCH] fix lint --- tests/integration/adapter/projections/test_projections.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/adapter/projections/test_projections.py b/tests/integration/adapter/projections/test_projections.py index acda767b..ea997737 100644 --- a/tests/integration/adapter/projections/test_projections.py +++ b/tests/integration/adapter/projections/test_projections.py @@ -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' )