Duplicate shared rspec examples in the global namespace
This MR introduced a duplicated shared_examples in the global RSpec scope which means one will never be called. It looks like they are slightly different too so not sure if this is actually working as expected.
WARNING: Shared example group 'enforcing read_packages job token policy' has been previously defined at:
spec/support/shared_examples/requests/api/conan_packages_shared_examples.rb:1147
and you are now defining it at:
spec/support/shared_examples/requests/api/packages_shared_examples.rb:103
Edited by Joe Woodward