Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Mar 31, 2022
1 parent 979947d commit 28dd7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/factory.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28dd7c3

Please sign in to comment.