Skip to content

Commit 0a97c46

Browse files
authored
fix: update unit test issue URL (#358)
1 parent 79c3613 commit 0a97c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func evalPayloadFromRequest(r *http.Request) ([]byte, error) {
3333
return nil, errors.New(
3434
"Due to Go Playground bug, unit test snippets can't have multiple files.\n" +
3535
"Please remove other Go files or use WebAssembly environment instead.\n\n" +
36-
"See: https://github.com/golang/go/issues/68327",
36+
"See: https://github.com/golang/go/issues/32403",
3737
)
3838
}
3939

0 commit comments

Comments
 (0)