18321: Fix tests
[arvados.git] / services / api / app / models / container_request.rb
index a3264e419b080a989e1552bc43b1ae278f37db5d..17247246c0c8f54d93e7b8584342fe2c19711084 100644 (file)
@@ -348,7 +348,7 @@ class ContainerRequest < ArvadosModel
           v = runtime_constraints['cuda'][k]
           if !v.is_a?(String) || (runtime_constraints['cuda']['device_count'] > 0 && v.to_f == 0.0)
             errors.add(:runtime_constraints,
-                       "[cuda.#{k}]=#{v.inspect} must be a string in format 'X.Y' version")
+                       "[cuda.#{k}]=#{v.inspect} must be a string in format 'X.Y'")
           end
         end
       end