We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e1d52 commit c4767b8Copy full SHA for c4767b8
tests/test_line_items.py
@@ -55,7 +55,7 @@ def test_get_line_item_detailed_report(self):
55
def test_update_line_item(self):
56
with open('./tests/test_files/examples/lineitem_update.json', 'r') as new_lineitem_file:
57
update_lineitem_data = json.load(new_lineitem_file)
58
-
+
59
# Success response
60
responses.add(
61
responses.POST,
0 commit comments