mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +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
|
end
|
||||||
|
|
||||||
def public_key=(value)
|
def public_key=(value)
|
||||||
super(value.strip.delete(' '))
|
super(value&.strip&.delete(' '))
|
||||||
end
|
end
|
||||||
|
|
||||||
def generate_digest
|
def generate_digest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue