DB integration tests: update mocked when & fixtures

This commit is contained in:
Jannis R 2023-07-25 14:06:38 +02:00
parent f9c24a4a84
commit 92bbc63590
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2872 additions and 2872 deletions

View file

@ -29,7 +29,7 @@ import {testServerInfo} from './lib/server-info.js'
const isObj = o => o !== null && 'object' === typeof o && !Array.isArray(o) const isObj = o => o !== null && 'object' === typeof o && !Array.isArray(o)
const minute = 60 * 1000 const minute = 60 * 1000
const T_MOCK = 1668495600 * 1000 // 2022-11-15T08:00:00+01:00 const T_MOCK = 1696921200 * 1000 // 2023-10-10T08:00:00+01:00
const when = createWhen(dbProfile.timezone, dbProfile.locale, T_MOCK) const when = createWhen(dbProfile.timezone, dbProfile.locale, T_MOCK)
const cfg = { const cfg = {

File diff suppressed because one or more lines are too long