Skip to content

Commit

Permalink
use dynamic schema in test_grant_access_to.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jul 21, 2023
1 parent 5570022 commit b6ac19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/adapter/test_grant_access_to.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def setup(self, project):
)
yield relation
project.adapter.drop_relation(relation)

@pytest.fixture(scope="class")
def models(self):
return {
Expand Down

0 comments on commit b6ac19a

Please sign in to comment.