Skip to content

Commit 109fcb5

Browse files
refactor: Linting issue
1 parent 9b29bb5 commit 109fcb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/notification/test_notification_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ def test__apply_strategy_with_empty_subject_template_fields__raises_exception(
166166

167167
assert exc_info.value.http_status_code == 400
168168

169-
def test__create_smtp_address_group_with_invalid_interpreting_service__raises_exception(self):
169+
def test__create_smtp_address_group_with_invalid_interpreting_service__raises_exception(
170+
self,
171+
):
170172
with pytest.raises(ValidationError):
171173
SmtpAddressGroup(
172174
interpreting_service_name="invalid_service",

0 commit comments

Comments
 (0)