mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix(tests): update analytics expectations
This commit is contained in:
@@ -248,6 +248,7 @@ describe('payments/index', () => {
|
|||||||
quantity: 1,
|
quantity: 1,
|
||||||
gift: true,
|
gift: true,
|
||||||
purchaseValue: 15,
|
purchaseValue: 15,
|
||||||
|
firstPurchase: true,
|
||||||
headers: {
|
headers: {
|
||||||
'x-client': 'habitica-web',
|
'x-client': 'habitica-web',
|
||||||
'user-agent': '',
|
'user-agent': '',
|
||||||
@@ -345,6 +346,7 @@ describe('payments/index', () => {
|
|||||||
quantity: 1,
|
quantity: 1,
|
||||||
gift: false,
|
gift: false,
|
||||||
purchaseValue: 15,
|
purchaseValue: 15,
|
||||||
|
firstPurchase: true,
|
||||||
headers: {
|
headers: {
|
||||||
'x-client': 'habitica-web',
|
'x-client': 'habitica-web',
|
||||||
'user-agent': '',
|
'user-agent': '',
|
||||||
|
|||||||
Reference in New Issue
Block a user