X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/288ea0d2e35bf94d8a9f0bc609bac1467c1c5b9e..1812950e91daaf7a1b02e3777c4e1d483b42d018:/services/api/test/integration/errors_test.rb diff --git a/services/api/test/integration/errors_test.rb b/services/api/test/integration/errors_test.rb index 3a58e4840b..b2ef13e1d3 100644 --- a/services/api/test/integration/errors_test.rb +++ b/services/api/test/integration/errors_test.rb @@ -8,7 +8,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest get path, {:format => :json}, auth(:active) assert_nil assigns(:objects) assert_nil assigns(:object) - assert_not_nil jresponse['errors'] + assert_not_nil json_response['errors'] assert_response 404 end end