Merge branch 'master' into 9372-container-display
[arvados.git] / services / api / test / unit / container_request_test.rb
index 2c7eb76b2cb90d9284185b227905f8ee4499d909..df89b93bf4bba59b90bd11e0cff3afd41b921739 100644 (file)
@@ -369,7 +369,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
   end
 
   [
-    ['active', 'zzzzz-dz642-requestercntnr1'],
+    ['active', 'zzzzz-dz642-runningcontainr'],
     ['active_no_prefs', nil],
   ].each do |token, expected|
     test "create as #{token} and expect requesting_container_uuid to be #{expected}" do