Merge pull request #3296 from lightpanda-io/silence-write-failed-test-http-error

chore: silence test log
This commit is contained in:
Karl Seguin authored and GitHub committed 2026-08-27 07:43:41 +08:00
commit 23d18ab3aa
1 file changed
+1 -1
+1 -1
View File
@@ -730,7 +730,7 @@ pub const JsApi = struct {
const testing = @import("../../../testing.zig");
test "WebApi: XHR" {
testing.expectLog(&.{ .http, .http });
testing.expectLog(&.{ .http, .http, .http });
try testing.htmlRunner("net/xhr.html", .{});
}