(m *testing.M)
| 42 | ) |
| 43 | |
| 44 | func TestMain(m *testing.M) { |
| 45 | svc := service_orchestrator.NewService() |
| 46 | |
| 47 | os.Exit(clitest.RunCLITest(m, server.WithServices(svc), server.WithReflection())) |
| 48 | } |
| 49 | |
| 50 | func TestReflectionNoAuth(t *testing.T) { |
| 51 | var ( |
nothing calls this directly
no test coverage detected