mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
4 lines
82 B
Ruby
4 lines
82 B
Ruby
Fabricator(:epp_session) do
|
|
session_id 'test'
|
|
data { { api_user_id: 1 } }
|
|
end
|