Skip to content
Snippets Groups Projects
Commit 4328bc6a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

TST: Use RT with non-internal id

parent eaebac5f
No related branches found
No related tags found
1 merge request!82Add test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/89
Pipeline #57996 passed
......@@ -78,7 +78,7 @@ def test_gitlab_com_89():
https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81
"""
# We need a container generated with data from the server
db.RecordType(id=1, name="1").insert()
db.RecordType(name="TestType").insert()
container = db.execute_query("FIND RECORDTYPE *")
# With this container, to_xml, xml2str, and from_xml should not generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment