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 63e6693 commit 9a0f87dCopy full SHA for 9a0f87d
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_launch_lineitem(self):
+ def test_launch_line_item(self):
56
# Tests closing a project.
57
responses.add(
58
responses.POST,
0 commit comments