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
When we submit the following format for validation
{'some_query': True}- which is correctwe get False, because the check is waiting for
{'some_query':'true'}- which is not entirely correct