Skip to content

Commit ec34cf7

Browse files
authored
ci: merge main to release (#8997)
2 parents b36a688 + 419c868 commit ec34cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/settings_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __getitem__(self, item):
5050

5151
# test with a single DB - do not use a DB router
5252
BLOBDB_DATABASE = "default"
53-
DATABASE_ROUTERS: list[str] = []
53+
DATABASE_ROUTERS = [] # type: ignore
5454

5555
if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyflakes:ignore
5656
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore

0 commit comments

Comments
 (0)