Add missing reset client_min_messages to setup_redsys test

This commit is contained in:
jordi fita mas 2023-12-21 20:28:58 +01:00
parent ca48e1d108
commit 84423166e1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ select function_privs_are('camper', 'setup_redsys', array ['integer', 'text', 'i
set client_min_messages to warning;
truncate redsys cascade;
truncate company cascade;
reset client_min_messages;
insert into company (company_id, business_name, vatin, trade_name, phone, email, web, address, city, province, postal_code, rtc_number, country_code, currency_code, default_lang_tag)
values (1, 'Company 2', 'XX123', '', '555-555-555', 'a@a', '', '', '', '', '', '', 'ES', 'EUR', 'ca')