Skip to content

Commit

Permalink
remove unnecessary fixture from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 19, 2023
1 parent cf171da commit 8aaf2c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup(self, project):
yield
del os.environ["DBT_GET_LAST_RELATION_TEST_SCHEMA"]

def test_get_last_relation_modified(self, project, setup):
def test_get_last_relation_modified(self, project):
results = run_dbt(["source", "freshness"])
assert len(results) == 1
result = results[0]
Expand Down

0 comments on commit 8aaf2c4

Please sign in to comment.