From 6375b2394eab075af6e7488d343131dc99fd7c3b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 21 Jun 2022 03:55:42 +0300 Subject: Test the upload of zip files works as expected - Ensure errors respond with status code 400 - Ensure error messages are displayed for any invalid zip file that is uploaded. --- tests/test_data/empty.zip | Bin 0 -> 22 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/test_data/empty.zip (limited to 'tests/test_data/empty.zip') diff --git a/tests/test_data/empty.zip b/tests/test_data/empty.zip new file mode 100644 index 0000000..15cb0ec Binary files /dev/null and b/tests/test_data/empty.zip differ -- cgit v1.2.3