Project

General

Profile

« Previous | Next » 

Revision f9b89a1f

Added by Shira Maximov about 5 years ago

Fixes #26462 - Add 'Not implemented' error for refresh_cache

View differences:

test/controllers/api/v2/compute_resources_controller_test.rb
test 'should fail if unsupported' do
put :refresh_cache, params: { :id => compute_resources(:ovirt).to_param }
assert_response :unprocessable_entity
assert_response :error
end
end

Also available in: Unified diff