()
| 29 | ) |
| 30 | |
| 31 | func init() { |
| 32 | rand.Seed(time.Now().UTC().UnixNano()) |
| 33 | |
| 34 | kon, conf = startKontrol(testkeys.Private, testkeys.Public, 5500) |
| 35 | } |
| 36 | |
| 37 | func TestUpdateKeys(t *testing.T) { |
| 38 | if storage := os.Getenv("KONTROL_STORAGE"); storage != "postgres" { |
nothing calls this directly
no test coverage detected