Commit c1edae68 authored by Peter Leitzen's avatar Peter Leitzen

Unquarantine sentry error request spec

parent 44924850
......@@ -30,7 +30,7 @@ RSpec.describe 'sentry errors requests' do
let(:error_data) { graphql_data.dig('project', 'sentryErrors', 'detailedError') }
it 'returns a successful response', :aggregate_failures, :quarantine do
it 'returns a successful response', :aggregate_failures do
post_graphql(query, current_user: current_user)
expect(response).to have_gitlab_http_status(:success)
......
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