Commit 9dbef2f0 authored by syasonik's avatar syasonik

Generate docs

parent da8b6c25
......@@ -61,6 +61,7 @@ RSpec.describe ::IncidentManagement::OncallShifts::ReadService do
context 'with valid params' do
it 'successfully returns a sorted collection of IncidentManagement::OncallShifts' do
expect(execute).to be_success
shifts = execute.payload[:shifts]
expect(shifts).to all( be_a(::IncidentManagement::OncallShift) )
......
......@@ -32483,6 +32483,9 @@ msgstr ""
msgid "You have insufficient permissions to update this HTTP integration"
msgstr ""
msgid "You have insufficient permissions to view shifts for this rotation"
msgstr ""
msgid "You have no permissions"
msgstr ""
......
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