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
Branches
Tags
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(): ...@@ -78,7 +78,7 @@ def test_gitlab_com_89():
https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81 https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81
""" """
# We need a container generated with data from the server # 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 *") container = db.execute_query("FIND RECORDTYPE *")
# With this container, to_xml, xml2str, and from_xml should not generate # 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.
Please register or to comment