Commit d7bbde82 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'ld-small-test-tweaks' into 'master'

Removing some unnecessary code from GraphQL specs

See merge request gitlab-org/gitlab!40468
parents 13301fb6 4b222983
......@@ -14,8 +14,6 @@ RSpec.describe 'Getting designs related to an issue' do
before do
enable_design_management
note
end
it_behaves_like 'a working graphql query' do
......
......@@ -289,10 +289,4 @@ RSpec.describe 'getting an issue list for a project' do
issues_data
end
end
def grab_iids(data = issues_data)
data.map do |issue|
issue.dig('node', 'iid').to_i
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