From a63610cb232ef084ff03640779f6837e4452647c Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 29 Sep 2023 16:38:56 +0200
Subject: [PATCH] DOC: Better docstring.

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

diff --git a/tests/test_issues_server.py b/tests/test_issues_server.py
index 9a6f572..c700392 100644
--- a/tests/test_issues_server.py
+++ b/tests/test_issues_server.py
@@ -1436,7 +1436,7 @@ See https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/106
 
 @pytest.mark.xfail(reason="https://gitlab.com/caosdb/caosdb-server/-/issues/235")
 def test_235_long_name():
-    """Should give an appropriate error."""
+    """Should give an appropriate error, not just unknown server/-/issues."""
     length = 256
     name = "N" * length
     rt1 = db.RecordType(name=name)
-- 
GitLab