Merge branch '4291-workbench-collection-sharing-button-wip'
[arvados.git] / services / api / test / unit / collection_test.rb
index 593bd4e3a3866ef3ab091afa5279720b85af9607..d9c220322e87f8335da1426d7fd395882f7c53be 100644 (file)
@@ -9,7 +9,7 @@ class CollectionTest < ActiveSupport::TestCase
 
   test 'accept ASCII manifest_text' do
     act_as_system_user do
-      c = create_collection 'foo'
+      c = create_collection 'foo', Encoding::US_ASCII
       assert c.valid?
     end
   end