10172: Fix container request test. Replace
[arvados.git] / services / api / test / unit / container_request_test.rb
index ecfbe465e73e7f78598c5963a7fd62d287157f85..406bb42d1290c6f00b55421a695fac1813154245 100644 (file)
@@ -276,7 +276,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
   end
 
   [
-    ['active', 'zzzzz-dz642-runningcontainr'],
+    ['running_container_auth', 'zzzzz-dz642-runningcontainr'],
     ['active_no_prefs', nil],
   ].each do |token, expected|
     test "create as #{token} and expect requesting_container_uuid to be #{expected}" do