Skip to content

Commit 4b43202

Browse files
zhaohuabingsnorwin
andauthored
Update conformance/tests/httproute-cors.go
Co-authored-by: Norwin Schnyder <[email protected]>
1 parent bc6f76b commit 4b43202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/httproute-cors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var HTTPRouteCORS = suite.ConformanceTest{
5151

5252
testCases := []http.ExpectedResponse{
5353
{
54-
TestCaseName: "CORS preflight request from an exact mactching origin should be allowed",
54+
TestCaseName: "CORS preflight request from an exact matching origin should be allowed",
5555
Request: http.Request{
5656
Path: "/cors-1",
5757
Method: "OPTIONS",

0 commit comments

Comments
 (0)