diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e7c4e46dfc02627d48888f597543bfc6aab89f..75bdb4f9cf5c8d2950013a1eadfc74556e4bf56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Tests for [caosdb-pylib#90](https://gitlab.com/caosdb/caosdb-pylib/-/issues/90): `Entity.get_parents_recursively()` did not work for unretrieved parents. * Test for [caosdb-server#192](https://gitlab.com/caosdb/caosdb-server/-/issues/192) +* Test for miscellaneous *-too-long errors. ### Changed (for changes in existing functionality) diff --git a/tests/test_error_stuff.py b/tests/test_error_stuff.py index d975ef5dd30368df70e007f0585c7f97b09c9fbc..7dd6d087e71a65c7da02ccddf3745aea487a2a81 100644 --- a/tests/test_error_stuff.py +++ b/tests/test_error_stuff.py @@ -342,7 +342,6 @@ def test_update_acl_errors(): assert te.value.has_error(AmbiguousEntityError) -@pytest.mark.xfail(reason="Waiting for pylib release") def test_URI_too_long(): """Some tests for variours URI too long commands.