Skip to content

Commit 12d3282

Browse files
committed
chore: Linting
1 parent c60e889 commit 12d3282

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_options.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,9 @@ def test_invoker_with_one_element_doesnt_throw():
225225

226226

227227
def test_invoker_with_no_element_throws():
228-
with raises(AssertionError, match="HttpsOptions: Invalid option for invoker - must be a non-empty list."):
228+
with raises(
229+
AssertionError,
230+
match=
231+
"HttpsOptions: Invalid option for invoker - must be a non-empty list."
232+
):
229233
options.HttpsOptions(invoker=[])._endpoint(func_name="test")

0 commit comments

Comments
 (0)