Subscribe default user to standard plan with a far away renewal date

Self hosted users in anonymous mode have all capabilities unlocked
This commit is contained in:
Debanjum Singh Solanky
2023-11-14 16:20:55 -08:00
parent 9d30fda26d
commit e98141f4c3
2 changed files with 3 additions and 5 deletions

View File

@@ -76,5 +76,6 @@ class SubscriptionFactory(factory.django.DjangoModelFactory):
model = Subscription
user = factory.SubFactory(UserFactory)
type = "trial"
type = "standard"
is_recurring = False
renewal_date = "2100-04-01"