From 00e6cf9464750b971d9b39d34ef6d0a4314f0740 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 7 Oct 2022 15:28:49 +0200
Subject: [PATCH] WIP: Pipeline

---
 integrationtests/test_realworld_example.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrationtests/test_realworld_example.py b/integrationtests/test_realworld_example.py
index e7e09257..da3fb69c 100644
--- a/integrationtests/test_realworld_example.py
+++ b/integrationtests/test_realworld_example.py
@@ -124,7 +124,7 @@ def test_dataset(clear_database, usemodel):
                      " given_name='Max'", unique=True)
 
     dataset = db.execute_query(f"FIND RECORD Dataset with Dataspace={dataspace.id} AND title="
-                               "'Random numbers created on a random autumn day in a random person\'s office'"
+                               "'Random numbers created on a random autumn day in a random person\\'s office'"
                                "", unique=True)
     assert db.execute_query(f"COUNT RECORD with id={dataset.id} AND WHICH REFERENCES Person WITH full_name="
                             "'Alexa Nozone' AND WHICH REFERENCES Person WITH full_name='Max Schmitt'"
-- 
GitLab