Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a0fa3d

Browse filesBrowse files
author
Daniel Smith
committed
Fixes typo in test case
1 parent 029c0d3 commit 8a0fa3d
Copy full SHA for 8a0fa3d

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/discount_test.py‎

Copy file name to clipboardExpand all lines: test/discount_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_disable_discount(self):
3636
self.fake('discounts/992807812/disable',
3737
method='POST',
3838
code=200,
39-
body=self.load_fixture('discounts_disabled'),
39+
body=self.load_fixture('discount_disabled'),
4040
headers={'Content-length': '0',
4141
'Content-type': 'application/json'})
4242
discount = shopify.Discount.find(992807812)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.