From 2902b9f3331f1c22fcd58e0682bb333e0fb97d45 Mon Sep 17 00:00:00 2001 From: himeshr Date: Mon, 27 Nov 2023 12:56:18 +0530 Subject: [PATCH] #000 | Fix test failure due to recent change in avni-server --- src/test/resources/organisation-group.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/organisation-group.sql b/src/test/resources/organisation-group.sql index 07307e6..2c6852e 100644 --- a/src/test/resources/organisation-group.sql +++ b/src/test/resources/organisation-group.sql @@ -136,7 +136,7 @@ insert into address_level (id, title, uuid, version, organisation_id, audit_id, insert into address_level (id, title, uuid, version, organisation_id, audit_id, is_voided, type_id, lineage, parent_id, gps_coordinates, location_properties, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (207785, 'Bangalore South', '77109ae8-dccd-4383-878f-68df4e3ef57c', 0, 14, create_audit(), false, 673, '207782.207785', 207782, null, null, 1, 1, '2022-03-15 17:31:02.612 +00:00', '2022-03-15 17:31:02.626 +00:00'); insert into address_level (id, title, uuid, version, organisation_id, audit_id, is_voided, type_id, lineage, parent_id, gps_coordinates, location_properties, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (207786, 'Banaswadi', 'bae563a4-1ff3-4a20-b255-648225558c1e', 0, 14, create_audit(), false, 674, '207782.207784.207786',207784, null, null, 1, 1, '2022-03-15 17:31:18.837 +00:00', '2022-03-15 17:31:18.860 +00:00'); -insert into users (id, uuid, username, organisation_id, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time, is_voided, catchment_id, is_org_admin, operating_individual_scope, settings, email, phone_number, disabled_in_cognito, name) values (4453, 'fcff7925-5689-48ad-8361-26f2f4034b98', 'user@ogi1', 14, 4453, 4453, '2022-03-15 17:32:06.194 +00:00', '2022-03-15 17:32:06.194 +00:00', false, null, true, 'None', null, 'user@email.org', '+919191919191', false, 'user'); +insert into users (id, uuid, username, organisation_id, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time, is_voided, catchment_id, is_org_admin, operating_individual_scope, settings, email, phone_number, disabled_in_cognito, name) values (4453, 'fcff7925-5689-48ad-8361-26f2f4034b99', 'user@ogi1', 14, 4453, 4453, '2022-03-15 17:32:06.194 +00:00', '2022-03-15 17:32:06.194 +00:00', false, null, true, 'None', null, 'user@email.org', '+919191919191', false, 'user'); insert into subject_type (id, uuid, name, organisation_id, is_voided, audit_id, version, is_group, is_household, active, type, subject_summary_rule, allow_empty_location, unique_name, valid_first_name_regex, valid_first_name_description_key, valid_last_name_regex, valid_last_name_description_key, icon_file_s3_key, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (439, 'a95d8951-17e4-408d-98b0-ef3a6c982b96', 'Person', 14, false, create_audit(), 0, false, false, true, 'Person', '', false, false, null, null, null, null, null, 1, 1, '2022-03-15 17:32:34.268 +00:00', '2022-03-15 17:32:34.268 +00:00'); insert into subject_type (id, uuid, name, organisation_id, is_voided, audit_id, version, is_group, is_household, active, type, subject_summary_rule, allow_empty_location, unique_name, valid_first_name_regex, valid_first_name_description_key, valid_last_name_regex, valid_last_name_description_key, icon_file_s3_key, created_by_id, last_modified_by_id, created_date_time, last_modified_date_time) values (441, '61578f13-952f-4c06-a727-d28a2f484acf', 'Goat', 14, false, create_audit(), 0, false, false, true, 'Individual', '', false, false, null, null, null, null, null, 1, 1, '2022-03-15 17:35:00.210 +00:00', '2022-03-15 17:35:00.210 +00:00');