From 7d89808e82f35e13d2fe1a03da9d48c522895c3e Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Thu, 9 Jun 2016 11:38:51 +0300 Subject: [PATCH] Strory#110308584 - org contact should have ident --- spec/epp/domain_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/epp/domain_spec.rb b/spec/epp/domain_spec.rb index b4cfe91ff..22bbbf085 100644 --- a/spec/epp/domain_spec.rb +++ b/spec/epp/domain_spec.rb @@ -23,7 +23,7 @@ describe 'EPP Domain', epp: true do Fabricate(:contact, code: 'FIXED:CITIZEN_1234') Fabricate(:contact, code: 'FIXED:SH8013') Fabricate(:contact, code: 'FIXED:SH801333') - Fabricate(:contact, code: 'FIXED:JURIDICAL_1234', ident_type: 'org') + Fabricate(:contact, code: 'FIXED:JURIDICAL_1234', ident_type: 'org', ident: "12345678") Fabricate(:reserved_domain) Fabricate(:blocked_domain) @pricelist_reg_1_year = Fabricate(:pricelist, valid_to: nil)