diff --git a/tests/functional/adapter/test_source_freshness.py b/tests/functional/adapter/test_source_freshness.py index 6d8c26636..fe0b0318a 100644 --- a/tests/functional/adapter/test_source_freshness.py +++ b/tests/functional/adapter/test_source_freshness.py @@ -40,7 +40,7 @@ def custom_schema(self, project, set_env_vars): with project.adapter.connection_named("__test"): project.adapter.drop_schema(relation) - def test_get_relation_last_modified(self, project, set_env_vars, custom_schema): + def test_get_relation_last_modified(self, project, custom_schema): project.run_sql( f"create table {custom_schema}.test_table (id integer, name varchar(100) not null);" )