Skip to content

Commit

Permalink
Fixed flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar committed Apr 27, 2022
1 parent 4473965 commit f59a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endtoend/test_cosmosdb_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_cosmosdb_input(self):
r = self.webhost.request('GET', 'cosmosdb_input')
self.assertEqual(r.status_code, 200)
response = r.json()

self.assertEqual(doc["id"], response["id"])
self.assertEqual(doc["data"], response["data"])
self.assertIsNotNone(response["_etag"])
Expand Down

0 comments on commit f59a98b

Please sign in to comment.