Guest User

Untitled

a guest
Apr 11th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def test_job_details_authorization(self):
  2. self.client.login(username="adsad", password="adsda")
  3. response = self.client.get(self.url)
  4. self.assertEqual(401, response.status_code)
Add Comment
Please, Sign In to add comment