Skip to content

Commit 2968dbc

Browse files
committed
chore: add ROOT_URLCONF setting to test configuration
1 parent 2ce980d commit 2968dbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx_authz/settings/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@
5757
SECRET_KEY = "test-secret-key"
5858
CASBIN_WATCHER_ENABLED = False
5959
USE_TZ = True
60+
ROOT_URLCONF = "openedx_authz.urls"

0 commit comments

Comments
 (0)