Files
akvorado/cmd/tests.go
Vincent Bernat f167abc6d9 cmd: tentative to add even more tests
Unfortunately, the Kafka server is crashing.
2022-03-09 15:10:50 +01:00

8 lines
183 B
Go

package cmd
// ServeOptionsReset resets serve options provided on command line.
// This should be used between two tests.
func ServeOptionsReset() {
ServeOptions = serveOptions{}
}