Try to make it work with sqlite

This commit is contained in:
Sébastien Corbin 2019-08-12 18:28:17 +02:00 committed by GitHub
parent c6ab126e8d
commit 7cd722b90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -701,7 +701,7 @@ if postgres_fields:
fields = '__all__'
@pytest.mark.skipif('not postgres_fields')
@pytest.mark.skipif(postgres_fields is None)
class JSONOrderingFilterTests(TestCase):
def test_order_by_json_field(self):