Skip to content

Commit f59a98b

Browse files
committed
Fixed flake8 test
1 parent 4473965 commit f59a98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/endtoend/test_cosmosdb_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_cosmosdb_input(self):
6868
r = self.webhost.request('GET', 'cosmosdb_input')
6969
self.assertEqual(r.status_code, 200)
7070
response = r.json()
71-
71+
7272
self.assertEqual(doc["id"], response["id"])
7373
self.assertEqual(doc["data"], response["data"])
7474
self.assertIsNotNone(response["_etag"])

0 commit comments

Comments
 (0)