Skip to content
Snippets Groups Projects
Verified Commit c02dc44f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix tests

parent b8d05873
Branches
Tags
1 merge request!45F find query
Pipeline #34570 passed
...@@ -34,7 +34,7 @@ import pytest ...@@ -34,7 +34,7 @@ import pytest
def setup_module(): def setup_module():
"""Delete all test entities""" """Delete all test entities"""
db.execute_query("FIND Test*").delete( db.execute_query("FIND ENTITY Test*").delete(
raise_exception_on_error=False) raise_exception_on_error=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment