diff --git a/test/support/factory.ex b/test/support/factory.ex index 2a476722e9..4fe7ca7e26 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -357,7 +357,7 @@ defmodule Trento.Factory do %ChecksExecutionRequested{ cluster_id: Keyword.get(attrs, :cluster_id, Faker.UUID.v4()), hosts: Keyword.get(attrs, :hosts, [Faker.UUID.v4()]), - checks: Keyword.get(attrs, :checks, Enum.map(0..4, fn _ -> Faker.Cat.name() end)) + checks: Keyword.get(attrs, :checks, Enum.map(0..4, fn _ -> Faker.UUID.v4() end)) } end