Skip to content

Make DORA GraphQL tests container agnostic

What does this MR do?

Moves the test located at ee/spec/requests/api/graphql/project/dora_spec.rb to ee/spec/requests/api/graphql/dora/dora_spec.rb, since this test now covers both projects and groups.

No changes have been made to the test itself (other than its title: Query.project(fullPath).dora.metricsQuery.[project|group](fullPath).dora.metrics).

Related to #335254 (closed)

Edited by Nathan Friend

Merge request reports