Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b935ca

Browse files
committed
one by one
1 parent5911f2f commit8b935ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎python_anvil/tests/test_api.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_get_behavior(mock_request, anvil, url, should_raise):
413413

414414
ifshould_raise:
415415
withpytest.raises(
416-
ValueError,
416+
ValueError,
417417
match="URL must start with one of: https://app.useanvil.com",
418418
):
419419
rest_client.get(url)
@@ -441,7 +441,7 @@ def test_post_behavior(mock_request, anvil, url, should_raise):
441441

442442
ifshould_raise:
443443
withpytest.raises(
444-
ValueError,
444+
ValueError,
445445
match="URL must start with one of: https://app.useanvil.com",
446446
):
447447
rest_client.post(url,data={})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp