fix(tests): update analytics expectations

This commit is contained in:
Sabe Jones
2020-10-13 11:08:35 -05:00
parent 708bd4a292
commit a5babc493f

View File

@@ -248,6 +248,7 @@ describe('payments/index', () => {
quantity: 1,
gift: true,
purchaseValue: 15,
firstPurchase: true,
headers: {
'x-client': 'habitica-web',
'user-agent': '',
@@ -345,6 +346,7 @@ describe('payments/index', () => {
quantity: 1,
gift: false,
purchaseValue: 15,
firstPurchase: true,
headers: {
'x-client': 'habitica-web',
'user-agent': '',