Fix tests
This commit is contained in:
parent
a2554fbf37
commit
03a977b974
|
|
@ -48,7 +48,7 @@ class CouponTests(TestCase):
|
||||||
|
|
||||||
return client.execute(mutation, variables={
|
return client.execute(mutation, variables={
|
||||||
'input': {
|
'input': {
|
||||||
'couponCodeInput': coupon_code
|
'couponCode': coupon_code
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue