You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(ci): enhance auth flow test with config creation validation
Enhanced the CI test to validate the FULL installer flow:
1. NScurl POST → get auth response
2. nsJSON::Set /file → parse auth response
3. nsJSON::Get → extract tokens
4. nsJSON::Set /value `{}` → create NEW config (THE BUG SITE)
5. nsJSON::Serialize → verify output
This catches the exact bug that was fixed in v8.4.38 where nsJSON
state from auth affected subsequent config creation. The test now
matches the installer pattern exactly: no intermediate error checks,
only final result validation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments