mengw15 opened a new pull request, #5457: URL: https://github.com/apache/texera/pull/5457
### What changes were proposed in this PR? Adds a unit spec for `GoogleAuthService`, which previously had none. Covers `getClientId()`: - request shape — a single `GET` to `/auth/google/clientid` with `responseType: "text"` - success path — a 200 emits the returned client id - error path — a 500 rejects with `HttpErrorResponse` Follows `frontend/TESTING.md` (Vitest, `HttpClientTestingModule` + `HttpTestingController`). ### Any related issues, documentation, discussions? Closes #5454. ### How was this PR tested? `yarn test --include='**/google-auth.service.spec.ts'` → 3 passed. `prettier --check` clean. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
