You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deftest_get_all_products(self):
""" Ensure we can get a collection of products. """self.test_create_product()
self.test_create_product()
self.test_create_product()
url="/products"response=self.client.get(url, None, format='json')
json_response=json.loads(response.content)
self.assertEqual(response.status_code, status.HTTP_200_OK)
self.assertEqual(len(json_response), 3)
jamalbrowning
added
MVP
This issue or pull request already exists
and removed
MVP
This issue or pull request already exists
labels
Mar 3, 2021
No description provided.
The text was updated successfully, but these errors were encountered: