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/non_tsv.zip | Bin 0 -> 224 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/test_data/non_tsv.zip (limited to 'tests/test_data/non_tsv.zip') diff --git a/tests/test_data/non_tsv.zip b/tests/test_data/non_tsv.zip new file mode 100644 index 0000000..b3787a6 Binary files /dev/null and b/tests/test_data/non_tsv.zip differ -- cgit v1.2.3