mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Merge branch 'master' into registry-661
# Conflicts: # db/structure.sql
This commit is contained in:
commit
597dfbafdb
55 changed files with 536 additions and 277 deletions
10
test/fixtures/epp_sessions.yml
vendored
10
test/fixtures/epp_sessions.yml
vendored
|
@ -1,9 +1,7 @@
|
|||
api_bestnames:
|
||||
session_id: 1
|
||||
registrar: bestnames
|
||||
data: <%= Base64.encode64(Marshal.dump({api_user_id: ActiveRecord::Fixtures.identify(:api_bestnames)})) %>
|
||||
session_id: api_bestnames
|
||||
user: api_bestnames
|
||||
|
||||
api_goodnames:
|
||||
session_id: 2
|
||||
registrar: goodnames
|
||||
data: <%= Base64.encode64(Marshal.dump({api_user_id: ActiveRecord::Fixtures.identify(:api_goodnames)})) %>
|
||||
session_id: api_goodnames
|
||||
user: api_goodnames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue