fix translation in spec

pull/2733/head
Jan Sandbrink 10 years ago
parent b0ba1764f3
commit dbee846535
  1. 2
      spec/requests/api/v3/render_resource_spec.rb

@ -99,7 +99,7 @@ describe 'API v3 Render resource' do
let(:post_path) { "#{path}?context=/api/v3/" }
it_behaves_like 'invalid render context',
I18n.t('api_v3.errors.render.context_not_found')
I18n.t('api_v3.errors.render.context_not_parsable')
end
describe 'unsupported context resource found' do

Loading…
Cancel
Save