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 70c9e9e commit 97487f1Copy full SHA for 97487f1
tests/test_line_items.py
@@ -52,7 +52,7 @@ def test_get_line_item_detailed_report(self):
52
self.assertEqual(responses.calls[0].response.json(), line_item_detailed_report_json)
53
54
@responses.activate
55
- def test_pause_lineitem(self):
+ def test_pause_line_item(self):
56
# Tests pausing a line item.
57
responses.add(
58
responses.POST,
0 commit comments