We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 9c19071 commit b11b4c1Copy full SHA for b11b4c1
tests/components/test_get_locations.py
@@ -117,7 +117,9 @@ def test_get_locations_apps_setting_invalid(settings):
117
def test_get_locations_installed_app_with_app_config(settings):
118
unicorn_apps = settings.UNICORN["APPS"]
119
del settings.UNICORN["APPS"]
120
- settings.INSTALLED_APPS = ["example.coffee.apps.Config",]
+ settings.INSTALLED_APPS = [
121
+ "example.coffee.apps.Config",
122
+ ]
123
124
expected = [("HelloWorldView", "example.coffee.components.hello_world",)]
125
actual = get_locations("hello-world")
0 commit comments