Skip to content

[EE] Fix broken master api_variables test

Michael Kozono requested to merge mk/fix-broken-master-api-variables-ee into master

What does this MR do?

This fixes the broken master on EE.

The CE change is https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24165.

It looks like CI_API_V3_URL is not necessary for CE or EE, so I'm excluding the v3 version as a quick, dumb, simple fix for broken master.

This still allows for the original intent of the test to catch CI_API_V5_URL when that becomes a thing.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9048

Does this MR meet the acceptance criteria?

Merge request reports