Skip to content
Snippets Groups Projects
Verified Commit 4f9d9c08 authored by Daniel Hornung's avatar Daniel Hornung
Browse files
parent 48218a71
Branches
Tags
No related merge requests found
Pipeline #52273 passed
......@@ -1549,3 +1549,11 @@ def test_264_accents_and_umlauts():
for rt in [rt_e, rt_ë, rt_è]:
retrieved = db.get_entity_by_name(rt.name)
assert retrieved.id == rt.id
@pytest.mark.xfail(reason="https://gitlab.com/linkahead/linkahead-server/-/issues/266 🤯")
def test_266():
"""Emojis as payload"""
rt = db.RecordType(name="A nice 🤯 RecordType").insert()
assert rt.id > 0
assert "🤯" in rt.name
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment