Remove assertion testing for obsolete output_is_persistent field. refs #3342
[arvados.git] / services / api / test / functional / arvados / v1 / jobs_controller_test.rb
index 86b45952d3383d61f9931ba66d0a5cbdeebdfe14..c33b5a6af48c2eef3971d0d87e051da47bca5f9e 100644 (file)
@@ -18,8 +18,6 @@ class Arvados::V1::JobsControllerTest < ActionController::TestCase
     new_job = JSON.parse(@response.body)
     assert_not_nil new_job['uuid']
     assert_not_nil new_job['script_version'].match(/^[0-9a-f]{40}$/)
-    # Default: not persistent
-    assert_equal false, new_job['output_is_persistent']
   end
 
   test "normalize output and log uuids when creating job" do