Skip to content

Commit

Permalink
Refactor and de-duplicate integration configuration fixture (#1989)
Browse files Browse the repository at this point in the history
* Refactor and de-duplicate integration configuration fixture.

* Remove auth fixture all together

* Better type hinting

* Code review feedback
  • Loading branch information
jonathangreen authored Aug 15, 2024
1 parent f04138e commit b7da658
Show file tree
Hide file tree
Showing 26 changed files with 240 additions and 535 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"tests.fixtures.api_admin",
"tests.fixtures.api_controller",
"tests.fixtures.api_routes",
"tests.fixtures.authenticator",
"tests.fixtures.celery",
"tests.fixtures.database",
"tests.fixtures.files",
Expand Down
224 changes: 0 additions & 224 deletions tests/fixtures/authenticator.py

This file was deleted.

Loading

0 comments on commit b7da658

Please sign in to comment.