diff --git a/tests/functional/adapter/sources_freshness_tests/test_get_relation_last_modified.py b/tests/functional/adapter/sources_freshness_tests/test_get_relation_last_modified.py index a43911f2d..08e263edb 100644 --- a/tests/functional/adapter/sources_freshness_tests/test_get_relation_last_modified.py +++ b/tests/functional/adapter/sources_freshness_tests/test_get_relation_last_modified.py @@ -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]