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 88b7cf2 commit 70c9e9eCopy full SHA for 70c9e9e
tests/test_line_items.py
@@ -67,7 +67,7 @@ def test_pause_lineitem(self):
67
json={'status': {'message': 'error'}},
68
status=200
69
)
70
-
+
71
# Test successful response
72
self.api.pause_line_item(24, 180)
73
self.assertEqual(len(responses.calls), 1)
0 commit comments