Skip to content

Incorrect comparison of bool types in match_params #197

@bagowix

Description

@bagowix

When we submit the following format for validation

{'some_query': True} - which is correct

we get False, because the check is waiting for

{'some_query':'true'} - which is not entirely correct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions