(t *testing.T)
| 23 | } |
| 24 | |
| 25 | func TestThreeTenantsSearch(t *testing.T) { |
| 26 | testSearch(t, "test|test2|test3") |
| 27 | } |
| 28 | |
| 29 | func testSearch(t *testing.T, tenant string) { |
| 30 | util.RunIntegrationTests(t, util.TestHarnessConfig{ |
nothing calls this directly
no test coverage detected