mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Remove skipif error
This commit is contained in:
parent
7cd722b90d
commit
504530aee2
|
@ -701,7 +701,7 @@ if postgres_fields:
|
|||
fields = '__all__'
|
||||
|
||||
|
||||
@pytest.mark.skipif(postgres_fields is None)
|
||||
@pytest.mark.skipif(postgres_fields is None, reason='not a postgresql database')
|
||||
class JSONOrderingFilterTests(TestCase):
|
||||
def test_order_by_json_field(self):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user