mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Add single quotes around parameter name
This commit is contained in:
@@ -216,7 +216,7 @@ module Rswag
|
||||
|
||||
def message
|
||||
<<~MSG
|
||||
Missing parameter #{body_param}
|
||||
Missing parameter '#{body_param}'
|
||||
|
||||
Please check your spec. It looks like you defined a body parameter,
|
||||
but did not declare usage via let. Try adding:
|
||||
|
||||
Reference in New Issue
Block a user