mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
fix tests
This commit is contained in:
parent
a380668d3a
commit
280156409f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Dnskey < ApplicationRecord
|
|||
end
|
||||
|
||||
def public_key=(value)
|
||||
super(value.strip.delete(' '))
|
||||
super(value&.strip&.delete(' '))
|
||||
end
|
||||
|
||||
def generate_digest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue