Skip to content

Commit 44c909b

Browse files
committed
fix: avoid fetching favicon when running wasm tests to not trigger spurious error.
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 381644a commit 44c909b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/wasm/setup_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func startServer(t *testing.T) (string, *httptest.Server) {
8181
<head>
8282
<title>Test</title>
8383
<meta charset="utf-8"/>
84+
<link rel="icon" href="data:,">
8485
</head>
8586
<body>
8687
<div id="main"></div>

0 commit comments

Comments
 (0)