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

Function TestWildCardTenantSearch

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

Source from the content-addressed store, hash-verified

15}
16
17func TestWildCardTenantSearch(t *testing.T) {
18 testSearch(t, "*")
19}
20
21func TestTwoTenantsSearch(t *testing.T) {
22 testSearch(t, "test|test2")

Callers

nothing calls this directly

Calls 1

testSearchFunction · 0.70

Tested by

no test coverage detected