pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

Fix WebSocket validation check for convert casing config param #56

Closed christophert closed 1 year ago

christophert commented 1 year ago

The WebSocket validation functions check for a non-existent configuration parameter to determine if convert casing should be accomplished. This PR fixes the validation to match the config key set when QuartSchema is initialized.

pgjones commented 1 year ago

Thanks