fix bug with response body, add test for download hash

This commit is contained in:
ading2210 2024-11-10 17:40:14 -05:00
parent 8e5a23adf2
commit 82249fe707
6 changed files with 31 additions and 4 deletions

View file

@ -64,6 +64,9 @@ class JSTest(unittest.TestCase):
def test_post(self):
self.run_test("test_post.js")
def test_download_hash(self):
self.run_test("test_download_hash.js")
if __name__ == "__main__":
unittest.main()