From cf59318a07917346fe8689fe40cc41d3846fd286 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 3 Feb 2025 10:11:32 +0100
Subject: [PATCH] FIX: Queries should be accent sensitive now.

---
 tests/test_issues_server.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_issues_server.py b/tests/test_issues_server.py
index d0adc31..1e2e6f8 100644
--- a/tests/test_issues_server.py
+++ b/tests/test_issues_server.py
@@ -1555,7 +1555,6 @@ def test_263():
     assert exc.errors[0].msg == "Entity does not exist."  # TODO Or whatever the message shall be.
 
 
-@pytest.mark.xfail(reason="https://gitlab.com/linkahead/linkahead-server/-/issues/264")
 def test_264_accents_and_umlauts():
     """Test whether queries respect accents and
     umlauts. https://gitlab.com/linkahead/linkahead-server/-/issues/264.
-- 
GitLab