Skip to content

Commit

Permalink
Merge branch 'add-dbt-docs-support' of github.com-dwreeves:dwreeves/a…
Browse files Browse the repository at this point in the history
…stronomer-cosmos into add-dbt-docs-support
  • Loading branch information
dwreeves committed Dec 2, 2023
2 parents 3867cfc + 59721d6 commit 6a0b7a4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/plugin/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ def _db():
resetdb(skip_init=True)


@pytest.fixture(scope="function")
def role(request, app, security_manager):
params = request.param
_role = None
params["mock_roles"] = [{"role": params["name"], "perms": params["permissions"]}]
if params.get("create", True):
security_manager.bulk_sync_roles(params["mock_roles"])
_role = security_manager.find_role(params["name"])
yield _role, params
delete_role(app, params["name"])


@pytest.fixture
def app() -> FlaskClient:
app = cached_app(testing=True)
Expand Down

0 comments on commit 6a0b7a4

Please sign in to comment.