Skip to content
Snippets Groups Projects
Commit fd7ab52a authored by I. Nüske's avatar I. Nüske
Browse files

TST: Fix test_gitlab_com_123 to be independent of working dir

parent cda49965
Branches
Tags
1 merge request!87Test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/123
Pipeline #59870 failed
......@@ -208,7 +208,7 @@ def test_gitlab_com_123():
# Create ambiguous situation
db.RecordType(name="TestUniquenessRecordType").insert()
f = db.File(file="__init__.py", path="__init__.py")
f = db.File(file=__file__, path="file.py")
f.insert()
f.name = "TestUniquenessRecordType"
f.update(unique=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment