diff --git a/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb b/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb index 802d56392..7b3a5c300 100644 --- a/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb +++ b/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb @@ -59,7 +59,7 @@ describe Enterprise::Billing::CreateStripeCustomerService do 'plan_name' => 'Hacker', 'subscribed_quantity' => 2 ) - expect(service).to have_received(:enable_plan_specific_features).with('Startup') + expect(service).to have_received(:enable_plan_specific_features).with('Hacker') end it 'does not create new customer when customer already exists with V2' do