From b76da377b3835927564db03ef807f2010bf27c2f Mon Sep 17 00:00:00 2001 From: Valerie Burton <vburton@gitlab.com> Date: Tue, 25 Jul 2023 16:48:03 +0000 Subject: [PATCH] E2E: Add Code Suggestions to plan.rb --- qa/qa/support/helpers/plan.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qa/qa/support/helpers/plan.rb b/qa/qa/support/helpers/plan.rb index b6950c6bacda6..14273bd0821eb 100644 --- a/qa/qa/support/helpers/plan.rb +++ b/qa/qa/support/helpers/plan.rb @@ -56,6 +56,13 @@ module Plan storage: 10 }.freeze + CODE_SUGGESTIONS = { + plan_id: '8a8aa0ac8874ddc4018878da1f736782', + rate_charge_id: '8a8aa0ac8874ddc4018878da1f9a6784', + name: 'code suggestions', + price: 9 + }.freeze + LICENSE_TYPE = { legacy_license: 'legacy license', online_cloud: 'online license', -- GitLab