Skip to main content

test-case-request-uri-begins-with-forward-slash

Overview

This rule belongs to the openapi-v3-codegen-syntax-linting ruleset and states that:

The request URI for unit test cases specified under operation object must begin with a forward slash.

PropertyValue
EnabledYes
Maximum SeverityError
MessageOperation test case request URI is missing forward slash.
CodeOPENAPI3CODEGENSYNTAX_L342
TypeLinting
Rule SystemSyntax
Broad CategoryOpenAPI Operation Test Cases
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi syntax linting apimatic test case request uri codegen setting

Suggested Fixes

  • Make sure the test case request URI begins with a forward slash.

For More Information