[tests] fix a few failing tests

This commit is contained in:
Devin Zuczek
2026-08-29 13:15:37 -04:00
parent 750413f240
commit a620cadde0
3 changed files with 26 additions and 40 deletions
@@ -181,7 +181,7 @@ describe('auth-gated endpoints', () => {
const res = await exports.default.fetch(`${ORIGIN}/parentalcontrol/me`, {
headers: await bearer(),
})
expect(await res.json()).toEqual({ accountId: 42, disallowInAppPurchases: false })
expect(await res.json()).toEqual({ accountId: 42, disallowInAppPurchases: true })
})
test('GET /accountprivacysettings/:id echoes the id with the privacy flags', async () => {