Skip to content

Commit

Permalink
revert setup
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 26, 2024
1 parent bf33806 commit 9ed4c2e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/functional/adapter/test_grant_access_to.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ def test_grant_access_succeeds(self, project, setup_grant_schema, teardown_grant


class TestAccessGrantFails:
@pytest.fixture(scope="class", autouse=True)
def setup(self, project):
with project.adapter.connection_named("__test_grants"):
relation = project.adapter.Relation.create(
database=project.database, schema=f"{project.test_schema}_seeds"
)
yield relation
project.adapter.drop_relation(relation)

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

0 comments on commit 9ed4c2e

Please sign in to comment.