MCPcopy
hub / github.com/grafana/tempo / testServer

Function testServer

tempodb/backend/azure/azure_test.go:465–471  ·  view source on GitHub ↗
(t *testing.T, httpHandler http.HandlerFunc)

Source from the content-addressed store, hash-verified

463}
464
465func testServer(t *testing.T, httpHandler http.HandlerFunc) *httptest.Server {
466 t.Helper()
467 assert.NotNil(t, httpHandler)
468 server := httptest.NewServer(httpHandler)
469 t.Cleanup(server.Close)
470 return server
471}

Callers 3

TestObjectWithPrefixFunction · 0.70
TestDeleteFunction · 0.70
TestListBlocksWithPrefixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected