Update - add a newline after import

let's have a newline after RequestsClient import
This commit is contained in:
Çağıl 2018-04-26 12:25:32 +01:00 committed by GitHub
parent 43c4a1fedb
commit 9c785f8725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,7 @@ This exposes exactly the same interface as if you were using a requests session
directly.
from rest_framework.test import RequestsClient
client = RequestsClient()
response = client.get('http://testserver/users/')
assert response.status_code == 200