From dd55e78d6345061ae9317231b9d831132636f1fc Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 30 May 2023 16:36:58 +1000 Subject: [PATCH] rename compression test --- desktop/tests/test_gui_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/tests/test_gui_share.py b/desktop/tests/test_gui_share.py index 30cf113a..f0c460f2 100644 --- a/desktop/tests/test_gui_share.py +++ b/desktop/tests/test_gui_share.py @@ -543,7 +543,7 @@ class TestShare(GuiBaseTest): self.close_all_tabs() - def test_1_compression(self): + def test_compression(self): """ A file with a compressable mimetype should return a Content-Encoding header with gzip compression enabled.