Skip to content
Snippets Groups Projects
Commit 8cde41d9 authored by Josianne Hyson's avatar Josianne Hyson
Browse files

Test if the danger comment works for deletion only

Placeholder description for the commit.

Changelog: changed
parent 40a85fba
No related merge requests found
# frozen_string_literal: true
module GitlabSubscriptions
class SeatUsageMailerPreview < ActionMailer::Preview
def exceeded_purchased_seats
::GitlabSubscriptions::SeatUsageMailer.exceeded_purchased_seats(
user: User.first,
subscription_name: 'A-123456',
seat_overage: 5
)
end
end
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment