0
Fork 0
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:
Rishabh 2022-03-08 14:49:13 +05:30
parent 9bab4439e5
commit 90ef822259

View file

@ -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"
}
]
},