phase 4: drop stale gRPC nomenclature from integration tests
Phase 4 replaced the gateway's authenticated edge listener with a Connect-Go HTTP/h2c bootstrap that natively serves Connect, gRPC, and gRPC-Web. Sweep the integration suite so test names, comments, and helper docs match the new transport posture: rename TestUserAccount_GetThroughGatewayGRPC to TestUserAccount_GetThroughGatewayEdge, flip "authenticated gRPC" / "signed gRPC" / "gateway gRPC" comments to "authenticated edge", and align testenv doc strings. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
// TestLobbyMyGamesList drives `lobby.my.games.list` through the
|
||||
// authenticated gateway gRPC surface. `my.games.list` returns games
|
||||
// authenticated edge surface (Connect / gRPC / gRPC-Web). `my.games.list` returns games
|
||||
// where the caller has an active membership, so the test creates a
|
||||
// private game with one user, opens enrollment, invites a second
|
||||
// user, the second user redeems the invite (becomes a member), and
|
||||
|
||||
Reference in New Issue
Block a user