Skip to content

Commit 1944073

Browse files
committed
format
1 parent 1786136 commit 1944073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/security_and_privacy/test_notifications_change_set.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ def add_prefs():
1919

2020

2121
@pytest.mark.parametrize("button_data, button_text, permission", associated_labels)
22-
def test_notifications_allow(driver: Firefox, button_data: str, button_text: str, permission: str):
22+
def test_notifications_allow(
23+
driver: Firefox, button_data: str, button_text: str, permission: str
24+
):
2325
"""
2426
C159150: verifies that changing different settings allows for notifcations to be blocked
2527
"""

0 commit comments

Comments
 (0)