Skip to content

Commit

Permalink
test(upgrades): Update ordering tests to match new upgrades table
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Sep 4, 2024
1 parent 8569eb1 commit 622cc62
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion e2e/mockserver/mockserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,46 @@ END:VCALENDAR
'subtype': 'test',
'price': '13.37',
'currency': 'EUR',
'pid': '9001',
'pid': '1006',
'description': 'Test subscription including some stuff',
"quotas": {
"Alias": {
"quota": 100,
"type": "fixed"
},
"File": {
"type": "fixed",
"quota": 2147483648
},
"Traffic": {
"quota": 10737418240,
"type": "fixed"
},
"VirtualDomain": {
"quota": 10,
"type": "fixed"
},
"Disk": {
"type": "fixed",
"quota": 26843545600
},
"Msg": {
"quota": 5000,
"type": "fixed"
},
"Sent": {
"type": "fixed",
"quota": 500
}
},
},
{
'name': 'Runbox Test 3-year',
'type': 'subscription',
'subtype': 'test',
'price': '13.37',
'currency': 'EUR',
'pid': '10006',
'description': 'Test subscription including some stuff',
"quotas": {
"Alias": {
Expand Down

0 comments on commit 622cc62

Please sign in to comment.