replace flags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-15 17:51:42 +01:00
parent a3919d5d51
commit 2833e5751f
286 changed files with 1142 additions and 13 deletions

View File

@ -31,7 +31,7 @@ class TestLanguagesEndpoint(ApiTest):
response = self.client.get("/languages/fr/icon")
self.assertEqual(response.status_code, 200)
self.assertIn("Content-Type", response.headers)
self.assertEqual(response.headers["Content-Type"], "image/png")
self.assertEqual(response.headers["Content-Type"], "image/svg+xml; charset=utf-8")
if __name__ == "main":