Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root_test.go
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ func TestCommandLineInterface(t *testing.T) {
expectErr bool
}{
{
args: []string{"--disable-telemetry", "serve", "api"},
args: []string{"serve", "--disable-telemetry", "api"},
wait: func() bool {
res, err := http.Get("http://localhost:4456")
if err != nil {

0 comments on commit 6b6bb88

Please sign in to comment.