Merge branch '2498-group-admin'
[arvados.git] / services / api / test / functional / arvados / v1 / jobs_controller_test.rb
index a90b83ff15588152d2687b49ae6ab03cd4ee7d4b..a8a4f85b5f1e0ac70aa1c89a4abffa009308a8fd 100644 (file)
@@ -18,6 +18,8 @@ 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