Commit dfb31c5d authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '325631-fix-oncall-shifts-dst-failure' into 'master'

Switch on-call shift model specs to using UTC

See merge request gitlab-org/gitlab!57196
parents 7ee3db47 81fa0a17
......@@ -5,7 +5,7 @@ require 'spec_helper'
RSpec.describe 'getting Incident Management on-call shifts' do
include GraphqlHelpers
let_it_be(:participant) { create(:incident_management_oncall_participant, :with_developer_access) }
let_it_be(:participant) { create(:incident_management_oncall_participant, :utc, :with_developer_access) }
let_it_be(:rotation) { participant.rotation }
let_it_be(:project) { rotation.project }
let_it_be(:current_user) { participant.user }
......
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