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 9a0f87d commit ed79b44Copy full SHA for ed79b44
tests/test_line_items.py
@@ -65,7 +65,7 @@ def test_launch_line_item(self):
65
responses.add(
66
responses.POST,
67
'{}/sample/v1/projects/24/lineItems/180/launch'.format(BASE_HOST),
68
- json={'status': {'message': 'error'}},
+ json={'status': {'message': 'error'}},
69
status=200
70
)
71
0 commit comments