Commit 7a718503 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'make-use-of-plan-variable-in-spec-setup' into 'master'

Make use of existing but unused variable in specs

See merge request gitlab-org/gitlab!38875
parents 6744aa29 19ef13e4
......@@ -114,7 +114,7 @@ RSpec.describe 'Billing plan pages', :feature do
let(:plan) { free_plan }
let!(:subscription) do
create(:gitlab_subscription, namespace: namespace, hosted_plan: nil, seats: 15)
create(:gitlab_subscription, namespace: namespace, hosted_plan: plan, seats: 15)
end
before do
......
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