Skip to content

Commit

Permalink
fix order to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk committed May 3, 2024
1 parent 305ab87 commit d79fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible/clickhouse_repo_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defmodule Plausible.ClickhouseRepoTest do
end)

assert log =~
~s/Failed to include log comment: %{label: "log_all", domain: nil, metadata: {:error, :skip_me}, url: nil, site_id: nil, user_id: nil}/
~s/Failed to include log comment: %{domain: nil, label: "log_all", metadata: {:error, :skip_me}, site_id: nil, url: nil, user_id: nil}/
end

defp flush_clickhouse_logs(), do: Plausible.IngestRepo.query!("SYSTEM FLUSH LOGS")
Expand Down

0 comments on commit d79fbeb

Please sign in to comment.