You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Use double quotes, see following swagger schema:
DownForMaintenance:
description: "We're currently down for maintenance."
schema:
$ref: "#/definitions/Error"
headers:
content-type:
description: "Response content-type"
type: string
Will generate tests that fail:
it('should respond with 503 We're currently down for...', function(done) {
it('should respond with 503 We < HEREBEPROBLEM >'< ENDPROBLEM > re currently down for...', function(done) {
I.e. the first value passed to it, if contains a single quote results in the it statement being open and breaking the code.
The text was updated successfully, but these errors were encountered: