25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-19 15:32:08 +02:00

One more fix for pg91 in test suite

This commit is contained in:
Paweł Chmielowski 2024-07-03 13:44:48 +02:00
parent 54f5db851d
commit 8d4c1e3617

View File

@ -190,6 +190,8 @@ end_per_group(pgsql, Config) ->
case catch ejabberd_sql:sql_query(?PGSQL_VHOST, [Query]) of
{selected, [t]} ->
clear_sql_tables(pgsql, Config);
{selected, _, [[<<"t">>]]} ->
clear_sql_tables(pgsql, Config);
Other ->
ct:fail({failed_to_check_table_existence, pgsql, Other})
end,