Skip to content

Commit 2c73657

Browse files
committed
enable better logging for test
1 parent fb08397 commit 2c73657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/streamable_http/main_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ func TestWithFoxytest(t *testing.T) {
1313
}
1414
ts.WithExecutable("go", []string{"run", "main.go"})
1515
ts.WithTransport(foxytest.NewTestTransportStreamableHTTP("http://localhost:8080/mcp"))
16+
ts.WithLogging()
1617
cntrl := foxytest.NewTestRunner(t)
1718
ts.Run(cntrl)
1819
ts.AssertNoErrors(cntrl)

0 commit comments

Comments
 (0)