Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 17, 2024
1 parent 2e99cde commit 0757114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/column_quoting/test_column_quotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def models(self):
def run_dbt(self, *args, **kwargs):
return super().run_dbt(*args, **kwargs)

@pytest.skip("This functionality no longer works as intended and this is an unsupported version.")
@pytest.mark.skip("This functionality no longer works as intended and this is an unsupported version.")
@use_profile('redshift')
def test_redshift_column_quotes(self):
self._run_columnn_quotes()
Expand Down

0 comments on commit 0757114

Please sign in to comment.