diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-07 12:10:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-07 12:10:00 +0000 |
commit | de8e5077c3671b0b29642faf1b5e562bc4f99453 (patch) | |
tree | 315d59367b7ff609ed4293f369c14be9e7e91cba /spec/controllers/groups/registry | |
parent | f4c6fbb86fbec3e5917e317b3490232d98531881 (diff) | |
download | gitlab-ce-de8e5077c3671b0b29642faf1b5e562bc4f99453.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/groups/registry')
-rw-r--r-- | spec/controllers/groups/registry/repositories_controller_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/groups/registry/repositories_controller_spec.rb b/spec/controllers/groups/registry/repositories_controller_spec.rb index 35c9a80266e..f4541eda293 100644 --- a/spec/controllers/groups/registry/repositories_controller_spec.rb +++ b/spec/controllers/groups/registry/repositories_controller_spec.rb @@ -75,6 +75,8 @@ RSpec.describe Groups::Registry::RepositoriesController do context 'json format' do let(:format) { :json } + let(:namespace) { group } + let(:snowplow_gitlab_standard_context) { { user: user, namespace: group } } it 'has the correct response schema' do subject |