Skip to content

Commit f3067a7

Browse files
author
Brandon Cazander
committed
Remove unnecessary APIRequestFactory get from tests.
1 parent 77d061d commit f3067a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_relations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import pytest
1010

1111
factory = APIRequestFactory()
12-
request = factory.get('/') # Just to ensure we have a request in the serializer context
1312

1413
dummy_view = lambda request, pk: None
1514

0 commit comments

Comments
 (0)