MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / newTestUser

Function newTestUser

internal/ws/handler_test.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func newTestUser() *identity.User {
61 return &identity.User{ID: "user_1", Email: "alice@example.com"}
62}
63
64// startServer creates an httptest server with the WS handler mounted on a mux router.
65func startServer(t *testing.T, handler *Handler) *httptest.Server {

Calls

no outgoing calls

Tested by

no test coverage detected