fixed test

This commit is contained in:
oleghasjanov 2025-07-17 10:37:11 +03:00
parent 9e5b2743a3
commit c183ff103c
3 changed files with 6 additions and 5 deletions

View file

@ -23,8 +23,8 @@ class DomainVersionsTest < ApplicationSystemTestCase
VALUES (54, 'test_code', 'test_name', 'test@inbox.test', '8b4d462aa04194ca78840a', #{@registrar.id});
INSERT INTO domains (id, name, name_puny, name_dirty, registrar_id, valid_to, registrant_id,
transfer_code)
VALUES (54, 'any.test', 'any.test', 'any.test', #{@registrar.id}, '2018-06-23T12:14:02.732+03:00', 54, 'transfer_code');
transfer_code, created_at, updated_at)
VALUES (54, 'any.test', 'any.test', 'any.test', #{@registrar.id}, '2018-06-23T12:14:02.732+03:00', 54, 'transfer_code', '2018-04-23 15:50:48.113491', '2018-04-23 15:50:48.113491');
INSERT INTO log_domains (item_type, item_id, event, whodunnit, object,
object_changes, created_at, session, children)