mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-21 12:05:40 -04:00
Merge pull request #3296 from lightpanda-io/silence-write-failed-test-http-error
chore: silence test log
This commit is contained in:
1 file changed
+1
-1
@@ -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", .{});
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user