Loading
fix: Use local user experience categories schema fixture to avoid remote HTTP requests in tests
Description
Fix pipeline errors: https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/jobs/13730804422.
It was fetching the up-to-date categories from https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/feature_categories/schema.json?ref_type=heads and timing out. Now it preloads from a local fixture for tests.
Related Issues
Edited by Hercules Merscher