Commit bd51ce5c authored by Gabriel Mazetto's avatar Gabriel Mazetto

Merge branch 'nicolasdular/remove-unnecessery-stub' into 'master'

Remove unnecessary stub in subscription spec

See merge request gitlab-org/gitlab!46016
parents 04a2ee5f a114bc3f
......@@ -9,7 +9,6 @@ RSpec.describe 'Subscriptions Content Security Policy' do
let_it_be(:zuora_url) { 'https://*.zuora.com' }
before do
stub_experiment_for_user(signup_flow: true)
stub_request(:get, /.*gitlab_plans.*/).to_return(status: 200, body: "{}")
expect_next_instance_of(SubscriptionsController) do |controller|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment