Skip to content

Commit 18296e7

Browse files
authored
Update tests/test_django_settings_module.py
1 parent ce21103 commit 18296e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_django_settings_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_django_settings_configure(
197197
monkeypatch.delenv("DJANGO_SETTINGS_MODULE")
198198

199199
p = pytester.makepyfile(
200-
"""
200+
run="""
201201
from django.conf import settings
202202
settings.configure(
203203
SECRET_KEY='set from settings.configure()',

0 commit comments

Comments
 (0)