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

Function TestVerifyDomainNotFound

internal/httpapi/domains_test.go:175–181  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

173}
174
175func TestVerifyDomainNotFound(t *testing.T) {
176 srv := testServer(t)
177 code, _ := postJSON(t, srv.URL+"/v1/domains/unknown.com/verify", "good", nil)
178 if code != 404 {
179 t.Fatalf("want 404, got %d", code)
180 }
181}

Callers

nothing calls this directly

Calls 2

testServerFunction · 0.85
postJSONFunction · 0.85

Tested by

no test coverage detected