X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ced6d55c36132aee7da3a5fe65f608c9dbf33362..bdc29d3129f6d75aa9ce0a24ffb849a272b06f08:/services/api/test/unit/container_test.rb diff --git a/services/api/test/unit/container_test.rb b/services/api/test/unit/container_test.rb index bcf99da2e3..a4c0ce1792 100644 --- a/services/api/test/unit/container_test.rb +++ b/services/api/test/unit/container_test.rb @@ -958,6 +958,7 @@ class ContainerTest < ActiveSupport::TestCase Thread.current[:user] = auth.user end + assert c.update_attributes(gateway_address: "127.0.0.1:9") assert c.update_attributes(output: collections(:collection_owned_by_active).portable_data_hash) assert c.update_attributes(runtime_status: {'warning' => 'something happened'}) assert c.update_attributes(progress: 0.5)