mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Updated tests
This commit is contained in:
parent
de9921d667
commit
66a8ea111f
4 changed files with 15 additions and 14 deletions
|
@ -9,7 +9,7 @@ class CertificateMailer < ApplicationMailer
|
|||
def signed(email:, api_user:, crt:)
|
||||
@crt = crt
|
||||
@api_user = api_user
|
||||
subject = "Certificate Signing Confirmation for API User '#{@api_user.username}'"
|
||||
subject = 'Certificate Signing Confirmation'
|
||||
mail(to: email, subject: subject)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue