diff --git a/openapi/oauth/acl/scope_test.go b/openapi/oauth/acl/scope_test.go index 97e8e156..fa9fc772 100644 --- a/openapi/oauth/acl/scope_test.go +++ b/openapi/oauth/acl/scope_test.go @@ -98,10 +98,10 @@ func TestPathMatchingExactPaths(t *testing.T) { // Add endpoints with different trailing slash patterns testCases := []struct { - method string - definedPath string - requestPaths []string - shouldMatch bool + method string + definedPath string + requestPaths []string + shouldMatch bool }{ { method: "POST", @@ -147,4 +147,3 @@ func TestPathMatchingExactPaths(t *testing.T) { } } } -