Commit a3f6dbbe authored by Thong Kuah's avatar Thong Kuah

Merge branch 'refactor-package-graphql-specs-license' into 'master'

Refactor package graphql specs

See merge request gitlab-org/gitlab!38521
parents c0d09dd9 04c1f740
...@@ -28,7 +28,6 @@ RSpec.describe 'getting a package list for a project' do ...@@ -28,7 +28,6 @@ RSpec.describe 'getting a package list for a project' do
) )
end end
context 'without the need for a license' do
context 'when user has access to the project' do context 'when user has access to the project' do
before do before do
project.add_reporter(current_user) project.add_reporter(current_user)
...@@ -65,5 +64,4 @@ RSpec.describe 'getting a package list for a project' do ...@@ -65,5 +64,4 @@ RSpec.describe 'getting a package list for a project' do
expect(graphql_data['project']).to be_nil expect(graphql_data['project']).to be_nil
end end
end end
end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment