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.
1 parent d5427e0 commit 96f0c5eCopy full SHA for 96f0c5e
openwisp_controller/config/tests/test_selenium.py
@@ -168,9 +168,7 @@ def test_device_preview_keyboard_shortcuts(self):
168
self.wait_for_invisibility(By.CSS_SELECTOR, ".djnjc-overlay:not(.loading)")
169
170
def test_multiple_organization_templates(self):
171
- shared_template = self._create_template(
172
- name="shared", organization=None
173
- )
+ shared_template = self._create_template(name="shared", organization=None)
174
175
org1 = self._create_org(name="org1", slug="org1")
176
org1_required_template = self._create_template(
0 commit comments