Fix tests

This commit is contained in:
Christian Cueni 2020-05-12 11:44:35 +02:00
parent a2554fbf37
commit 03a977b974
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class CouponTests(TestCase):
return client.execute(mutation, variables={
'input': {
'couponCodeInput': coupon_code
'couponCode': coupon_code
}
})