We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6f8e commit a6bb0f9Copy full SHA for a6bb0f9
tests/tests_app.py
@@ -6,7 +6,6 @@
6
import test_utils
7
from starlette.testclient import TestClient
8
9
-from code_submitter.auth import BLUESHIRT_SCOPE
10
from code_submitter.tables import Archive, ChoiceHistory
11
12
tests/tests_auth.py
@@ -107,7 +107,7 @@ def setUp(self) -> None:
107
super().setUp()
108
109
self.backend = FileBackend(
110
- path=Path(__file__).parent / 'fixtures' / 'auth-file.yml'
+ path=Path(__file__).parent / 'fixtures' / 'auth-file.yml',
111
)
112
113
def test_ok(self) -> None:
0 commit comments