Skip to content

Commit

Permalink
remove unused fixture reference
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 17, 2023
1 parent 5f9d507 commit 92373ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_source_freshness.py
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
)
Expand Down

0 comments on commit 92373ec

Please sign in to comment.