mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Updated test fixtures for tiers with new visibility property
refs https://github.com/TryGhost/Team/issues/1387 Test fixtures were missed while updating new visibility property for tiers.
This commit is contained in:
parent
9bab4439e5
commit
90ef822259
1 changed files with 4 additions and 2 deletions
|
@ -7,13 +7,15 @@
|
|||
"name": "Default Product",
|
||||
"slug": "default-product",
|
||||
"type": "paid",
|
||||
"active": true
|
||||
"active": true,
|
||||
"visibility": "public"
|
||||
},
|
||||
{
|
||||
"name": "Free",
|
||||
"slug": "free",
|
||||
"type": "free",
|
||||
"active": true
|
||||
"active": true,
|
||||
"visibility": "public"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue