Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
githubering182 committed Mar 11, 2024
1 parent d4b97cf commit d5f3dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-app/src/router/router_tests/storage_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_get(self):

self.assertEqual(no_bucket_no_file_res.status_code, 404)
self.assertEqual(bucket_no_file_res.status_code, 404)
self.assertEqual(file_res.status_code, 200)
self.assertEqual(file_res.status_code, 206)
self.assertEqual(b"asd", file_res.read())

def test_delete(self):
Expand Down

0 comments on commit d5f3dbd

Please sign in to comment.