Remove duplicated line

This commit is contained in:
Matt Wright
2014-03-14 15:32:39 -04:00
parent 7098a6757c
commit 00e121c869
-3
View File
@@ -271,6 +271,3 @@ def test_sending_auth_token_with_json(client):
data = '{"auth_token": "%s"}' % token
response = client.post('/token', data=data, headers={'Content-Type': 'application/json'})
assert b'Token Authentication' in response.data
assert b'Token Authentication' in response.data