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

Function TestSingleTenantSearch

integration/api/multi_tenant_test.go:13–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11)
12
13func TestSingleTenantSearch(t *testing.T) {
14 testSearch(t, "test")
15}
16
17func TestWildCardTenantSearch(t *testing.T) {
18 testSearch(t, "*")

Callers

nothing calls this directly

Calls 1

testSearchFunction · 0.70

Tested by

no test coverage detected