(t *testing.T)
| 492 | } |
| 493 | |
| 494 | func newAuthSignServer(t *testing.T) *httptest.Server { |
| 495 | ts := httptest.NewServer(newTestAuthHandler(t)) |
| 496 | return ts |
| 497 | } |
| 498 | |
| 499 | func TestAuthSign(t *testing.T) { |
| 500 | conf, err := config.LoadConfig([]byte(validAuthLocalConfig)) |
no test coverage detected
searching dependent graphs…