Skip to content

Commit

Permalink
Fix test_run_hooks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Dec 9, 2024
1 parent 8d84d64 commit 246f9a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/adapter/hooks/test_run_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
BaseAfterRunHooks,
BasePrePostRunHooks,
)
from dbt.tests.util import run_dbt


class TestPrePostRunHooksTrino(BasePrePostRunHooks):
Expand Down Expand Up @@ -55,5 +54,4 @@ def check_hooks(self, state, project, host):


class TestAfterRunHooksTrino(BaseAfterRunHooks):
def test_missing_column_pre_hook(self, project):
run_dbt(["run"], expect_pass=False)
pass

0 comments on commit 246f9a8

Please sign in to comment.