Commit 0143a7ae authored by Thong Kuah's avatar Thong Kuah

Merge branch...

Merge branch '12326-broken-master-due-to-removal-of-project-level-cluster-credentials-passthrough' into 'master'

Fix specs relying on unmanaged cluster behaviour

Closes #12326

See merge request gitlab-org/gitlab-ee!14315
parents e859cb92 b7a878e8
......@@ -238,6 +238,7 @@ describe Project do
let!(:default_cluster) do
create(:cluster,
:not_managed,
platform_type: :kubernetes,
projects: [project],
environment_scope: '*',
......@@ -246,6 +247,7 @@ describe Project do
let!(:review_env_cluster) do
create(:cluster,
:not_managed,
platform_type: :kubernetes,
projects: [project],
environment_scope: 'review/*',
......
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