Skip to content

Commit 96f0c5e

Browse files
committed
[qa] Fixed formatting
1 parent d5427e0 commit 96f0c5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openwisp_controller/config/tests/test_selenium.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ def test_device_preview_keyboard_shortcuts(self):
168168
self.wait_for_invisibility(By.CSS_SELECTOR, ".djnjc-overlay:not(.loading)")
169169

170170
def test_multiple_organization_templates(self):
171-
shared_template = self._create_template(
172-
name="shared", organization=None
173-
)
171+
shared_template = self._create_template(name="shared", organization=None)
174172

175173
org1 = self._create_org(name="org1", slug="org1")
176174
org1_required_template = self._create_template(

0 commit comments

Comments
 (0)