Skip to content

Commit 8b935ca

Browse files
committed
one by one
1 parent 5911f2f commit 8b935ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
if should_raise:
415415
with pytest.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
if should_raise:
443443
with pytest.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)