Skip to content

Commit a6a7f2b

Browse files
committed
[fix] Update to double quotes and test channels fix
1 parent 2363e3b commit a6a7f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openwisp2/asgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
from django.core.asgi import get_asgi_application
44

5-
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'openwisp2.settings')
5+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "openwisp2.settings")
66
application = get_asgi_application()

0 commit comments

Comments
 (0)