Story#110308584 - update tests of contact

This commit is contained in:
Vladimir Krylov 2016-04-18 17:22:59 +03:00
parent 31604d62d7
commit 872d10b1f5
2 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
class UpdateWhoisRecordJob < Que::Job
def run(names, type)
klass = case type
klass = case type.to_s
when 'reserved'then ReservedDomain
when 'blocked' then BlockedDomain
when 'domain' then Domain