Skip to content

Commit

Permalink
AAP-31447: rename the Trial reports (#1312)
Browse files Browse the repository at this point in the history
Rename the reports as requested in AAP-31447.
  • Loading branch information
goneri committed Sep 18, 2024
1 parent ba0feae commit bbfc63a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ def handle(self, dry_run, plan_id, created_after, created_before, auto_range, *a
created_after,
created_before,
[
Report("User marketing preferences", user_marketing_report),
Report("User trials acceptance", user_trials_report),
Report("User trials full", user_trials_full_report),
Report("marketing", user_marketing_report),
Report("activations", user_trials_report),
Report("full", user_trials_full_report),
],
)
)
Expand Down

0 comments on commit bbfc63a

Please sign in to comment.