Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 18, 2024
1 parent 2b3408e commit e3b3b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_testbench_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,15 +667,15 @@ def test_write_retry_test_stall_after_bytes(self):
"/retry_test",
data=json.dumps(
{
"instructions": {
"instructions": {
"storage.objects.insert": [
"stall-for-1s-after-250K",
"stall-for-1s-after-300K"
"stall-for-1s-after-300K",
]
}
}
}
),
content_type='application/json'
content_type="application/json"
)
self.assertEqual(response.status_code, 200)
self.assertTrue(
Expand Down

0 comments on commit e3b3b74

Please sign in to comment.