Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 18, 2024
1 parent bbe3b3b commit 38b01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible_web/email_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ defmodule PlausibleWeb.EmailTest do
emails = [
PlausibleWeb.Email.create_site_email(trial_user),
PlausibleWeb.Email.site_setup_help(trial_user, site),
PlausibleWeb.Email.site_setup_success(trial_user, site)
PlausibleWeb.Email.site_setup_success(trial_user, site.team, site)
]

{:ok, emails: emails}
Expand Down

0 comments on commit 38b01ea

Please sign in to comment.