fix: honor stored Rybbit analytics secret fallback
Memind CI / Test, build, and release guards (push) Successful in 1m37s
Memind CI / Test, build, and release guards (push) Successful in 1m37s
This commit is contained in:
@@ -30,6 +30,8 @@ test('rybbit config can reuse stored analytics secret', () => {
|
||||
const config = resolveMindSpaceRybbitConfig({
|
||||
MEMIND_RYBBIT_ENABLED: 'true',
|
||||
MEMIND_RYBBIT_SITE_ID: '2',
|
||||
MEMIND_RYBBIT_ID_SECRET: '',
|
||||
MEMIND_ANALYTICS_ID_SECRET: '',
|
||||
}, {
|
||||
idSecret: 'stored-secret',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user