Skip to content

Use `create` instead of build stubbed

Bob Van Landuyt requested to merge bvl-build-instead-of-build-stubbed into master

What does this MR do?

This replaces build_stubbed in the update_mirror_service_spec with create.

Using real models will avoid errors caused by passing in stubbed models in the PolicyFramework that would then cache based on the model

What are the relevant issue numbers?

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

Edited by Sean McGivern

Merge request reports