expect(result[:message]).toeq("You are not allowed to push into this branch. Create another branch or open a merge request.")
end
it_behaves_like'misconfigured dashboard service response with stepable',:forbidden,'You are not allowed to push into this branch. Create another branch or open a merge request.'
expect(result[:message]).toeq("There was an error updating the dashboard, branch named: existing_branch already exists.")
end
it_behaves_like'misconfigured dashboard service response with stepable',:bad_request,'There was an error updating the dashboard, branch named: existing_branch already exists.'