Description: Change expected mimetype in tests on SUSE.
Last-Update: 2026-06-04
Forwarded: no
Distributions: suse15 suse16
Author: Rémi Palancher <remi@rackslab.io>


diff --git a/racksdb/tests/web/test_app.py b/racksdb/tests/web/test_app.py
index 71720e8..2739023 100644
--- a/racksdb/tests/web/test_app.py
+++ b/racksdb/tests/web/test_app.py
@@ -93,7 +93,7 @@ class TestRacksDBWebAppEndpoints(unittest.TestCase):
     def test_static_ui(self):
         response = self.client.get("/favicon.ico")
         self.assertEqual(response.status_code, 200)
-        self.assertEqual(response.mimetype, "image/vnd.microsoft.icon")
+        self.assertEqual(response.mimetype, "image/x-icon")
 
 
 class TestMergeArgsParameters(unittest.TestCase):
