(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestStop(t *testing.T) { |
| 13 | var cfg KVConfig |
| 14 | flagext.DefaultValues(&cfg) |
| 15 | kvinit := NewKVInitService(&cfg, nil, &staticDNSProviderMock{}, prometheus.NewPedanticRegistry()) |
| 16 | require.NoError(t, kvinit.stopping(nil)) |
| 17 | } |
nothing calls this directly
no test coverage detected