Broken master in spec/factories_spec.rb
As seen in https://gitlab.com/gitlab-org/gitlab/-/jobs/587353861:
1) factories github_service factory does not raise error when built
Failure/Error: expect { build(factory.name) }.not_to raise_error
expected no Exception, got #<NameError: uninitialized constant GithubService
Did you mean? CiService> with backtrace:
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/inflector/methods.rb:282:in `const_get'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/inflector/methods.rb:282:in `block in constantize'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/inflector/methods.rb:280:in `each'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/inflector/methods.rb:280:in `inject'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/inflector/methods.rb:280:in `constantize'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/core_ext/string/inflections.rb:68:in `constantize'
# ./vendor/ruby/2.6.0/gems/factory_bot-5.1.0/lib/factory_bot/factory.rb:26:in `build_class'
# ./vendor/ruby/2.6.0/gems/factory_bot-5.1.0/lib/factory_bot/factory.rb:37:in `run'
# ./vendor/ruby/2.6.0/gems/factory_bot-5.1.0/lib/factory_bot/factory_runner.rb:29:in `block in run'
# ./vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/notifications.rb:182:in `instrument'
# ./vendor/ruby/2.6.0/gems/factory_bot-5.1.0/lib/factory_bot/factory_runner.rb:28:in `run'
# ./vendor/ruby/2.6.0/gems/factory_bot-5.1.0/lib/factory_bot/strategy_syntax_method_registrar.rb:20:in `block in define_singular_strategy_method'
# ./spec/factories_spec.rb:9:in `block (5 levels) in <top (required)>'