Skip to content

Fix a FOSS failure in 'spec/lib/gitlab/usage_data_spec.rb'

Rémy Coutable requested to merge 33210-fix-usage_data-broken-in-foss into master

What does this MR do?

Because the CE spec was changed to include EE-only keys, and that passed in a EE pipeline since Gitlab::UsageData is prepended with EE::Gitlab::UsageData there, but not in CE. This fixes that.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Closes #33210 (closed)

Edited by Rémy Coutable

Merge request reports