Skip to content

Commit

Permalink
remove flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Mar 29, 2022
1 parent 2cb562a commit f82cc17
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 @@ -365,7 +365,7 @@ defmodule Trento.Factory do
Repo.insert!(%CheckResultReadModel{
cluster_id: Keyword.get(attrs, :cluster_id, Faker.UUID.v4()),
host_id: Keyword.get(attrs, :host_id, Faker.UUID.v4()),
check_id: Keyword.get(attrs, :check_id, Faker.Cat.name()),
check_id: Keyword.get(attrs, :check_id, Faker.UUID.v4()),
result: Keyword.get(attrs, :result, :passing)
})
end
Expand Down

0 comments on commit f82cc17

Please sign in to comment.