Fix flaky log assertion (#3199)

This commit is contained in:
hq1 2023-07-27 12:51:54 +02:00 committed by GitHub
parent 82f356f387
commit 9f0e7d54f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ defmodule Plausible.Workers.ExpireDomainChangeTransitionsTest do
assert :ok = ExpireDomainChangeTransitions.perform(nil)
end)
assert log == ""
refute log =~ "Expired"
end
test "expires domains selectively after change and logs the result" do