Skip to content

Commit

Permalink
accidental commit rever
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 21, 2023
1 parent a9f64b0 commit 2a54221
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 2a54221

Please sign in to comment.