Guest User

Untitled

a guest
Oct 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class TestApiStatusCode(TestCase):
  2. client = Client()
  3.  
  4. def test_urls(self):
  5. response = self.client.get('/api/total-fund-aum')
  6. self.assertEqual(response.status_code,200)
Add Comment
Please, Sign In to add comment