Skip to content

Commit 8764f70

Browse files
committed
Update docs_test.go
1 parent b37410d commit 8764f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve/docs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestPluginDocs(t *testing.T) {
1515
memdb.NewMemDBClient)
1616
srv := Plugin(p)
1717
cmd := srv.newCmdPluginRoot()
18-
cmd.SetArgs([]string{"doc", tmpDir})
18+
cmd.SetArgs([]string{"doc", tmpDir, "--format", "json"})
1919
if err := cmd.Execute(); err != nil {
2020
t.Fatal(err)
2121
}

0 commit comments

Comments
 (0)