Skip to content

Commit ed79b44

Browse files
merge goof
1 parent 9a0f87d commit ed79b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_line_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_launch_line_item(self):
6565
responses.add(
6666
responses.POST,
6767
'{}/sample/v1/projects/24/lineItems/180/launch'.format(BASE_HOST),
68-
json={'status': {'message': 'error'}},
68+
json={'status': {'message': 'error'}},
6969
status=200
7070
)
7171

0 commit comments

Comments
 (0)