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

Function TestGetMyLimitsUnauthorized

internal/httpapi/account_test.go:24–30  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

22}
23
24func TestGetMyLimitsUnauthorized(t *testing.T) {
25 srv := testServer(t)
26 code, _ := getJSON(t, srv.URL+"/v1/account", "")
27 if code != 401 {
28 t.Fatalf("want 401, got %d", code)
29 }
30}
31
32// TestListSuppressionsPagination exercises the A-5 cursor round-trip: page 1
33// returns `limit` items + a next_cursor, and replaying that cursor returns the

Callers

nothing calls this directly

Calls 2

testServerFunction · 0.85
getJSONFunction · 0.85

Tested by

no test coverage detected