mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
fix(tests): update analytics expectations
This commit is contained in:
parent
708bd4a292
commit
a5babc493f
1 changed files with 2 additions and 0 deletions
|
|
@ -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': '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue