[api] turn off statsig

This commit is contained in:
Devin Zuczek
2026-08-31 23:43:13 -04:00
parent 45a07c6ba5
commit 5928e07509
3 changed files with 18 additions and 12 deletions
+5 -3
View File
@@ -213,10 +213,12 @@ describe('public endpoints', () => {
const res = await exports.default.fetch(`${ORIGIN}/api/config/v1/amplitude`)
expect(res.status).toBe(200)
expect(await res.json()).toEqual({
AmplitudeKey: 'a',
StatSigKey: 'a',
RudderStackKey: 'a',
AmplitudeKey: '',
UseRudderStack: false,
RudderStackKey: '',
UseStatSig: false,
StatSigKey: '',
StatSigEnvironment: 0,
})
})