[MM-48091]: Remove is_paid_tier (#21850)

Этот коммит содержится в:
emmyni
2022-12-13 08:57:46 -05:00
коммит произвёл GitHub
родитель 701d0ecaa2
Коммит 4cd205027c
4 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@@ -124,7 +124,6 @@ func Test_GetSubscription(t *testing.T) {
Seats: 10,
IsFreeTrial: "true",
DNS: "some.dns.server",
IsPaidTier: "false",
TrialEndAt: 2000000000,
LastInvoice: &model.Invoice{},
DelinquentSince: &deliquencySince,
@@ -141,7 +140,6 @@ func Test_GetSubscription(t *testing.T) {
Seats: 0,
IsFreeTrial: "true",
DNS: "",
IsPaidTier: "",
TrialEndAt: 2000000000,
LastInvoice: &model.Invoice{},
DelinquentSince: &deliquencySince,
@@ -209,7 +207,6 @@ func Test_requestTrial(t *testing.T) {
CreateAt: 1000000000,
Seats: 10,
DNS: "some.dns.server",
IsPaidTier: "false",
}
newValidBusinessEmail := model.StartCloudTrialRequest{Email: ""}