Skip to content

Commit 6248a22

Browse files
committed
Fixed event queue tests
1 parent 5e85e2f commit 6248a22

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

media/configuration.testing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
},
3636
}
3737

38+
RQ = {
39+
'COMMIT_MODE': 'auto',
40+
}
41+
3842
SECRET_KEY = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
3943
API_TOKEN_PEPPERS = {
4044
1: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",

0 commit comments

Comments
 (0)