mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update tests
This commit is contained in:
@@ -2337,7 +2337,3 @@ UPDATE public.app_settings
|
||||
SET value='0.8.1'
|
||||
WHERE "name"='app.version';
|
||||
|
||||
\c postgres
|
||||
UPDATE cron.job SET username = 'scheduler'; -- Update to scheduler, pending process_queue update
|
||||
UPDATE cron.job SET username = 'username' WHERE jobname = 'cron_vacuum'; -- Update to superuser for vacuum permissions
|
||||
UPDATE cron.job SET username = 'username' WHERE jobname = 'job_run_details_cleanup';
|
||||
|
@@ -59,8 +59,8 @@ const fs = require('fs');
|
||||
user_views: [
|
||||
// not processed yet, { url: '/stays_view', res_body_length: 1},
|
||||
// not processed yet, { url: '/moorages_view', res_body_length: 1},
|
||||
{ url: '/logs_view', res_body_length: 0},
|
||||
{ url: '/log_view', res_body_length: 2},
|
||||
{ url: '/logs_view', res_body_length: 0}, // not processed yet so empty
|
||||
{ url: '/log_view', res_body_length: 0}, // not processed yet so empty
|
||||
//{ url: '/stats_view', res_body_length: 1},
|
||||
{ url: '/vessels_view', res_body_length: 1},
|
||||
],
|
||||
|
Reference in New Issue
Block a user