We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60e889 commit 12d3282Copy full SHA for 12d3282
tests/test_options.py
@@ -225,5 +225,9 @@ def test_invoker_with_one_element_doesnt_throw():
225
226
227
def test_invoker_with_no_element_throws():
228
- with raises(AssertionError, match="HttpsOptions: Invalid option for invoker - must be a non-empty list."):
+ with raises(
229
+ AssertionError,
230
+ match=
231
+ "HttpsOptions: Invalid option for invoker - must be a non-empty list."
232
+ ):
233
options.HttpsOptions(invoker=[])._endpoint(func_name="test")
0 commit comments