Skip to content

Commit 80cfbf8

Browse files
committed
fix: unecessary import
1 parent 12492ab commit 80cfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_error(test_client):
2020

2121

2222
@pytest.mark.vcr()
23-
def test_error_alternative_format(test_client, basic_claim, full_shipment):
23+
def test_error_alternative_format(test_client, basic_claim):
2424
"""Tests that we assign properties of an error correctly when returned via the alternative format.
2525
2626
NOTE: Claims (among other things) uses the alternative errors format.

0 commit comments

Comments
 (0)