From 7c8a480f05ebd9eb1461c05f9166e0c9c72938ad Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 10 Jan 2025 16:47:41 +0100
Subject: [PATCH] STY: Linting.

---
 tests/test_misc.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/test_misc.py b/tests/test_misc.py
index 246fdcf..a5edd73 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -500,11 +500,11 @@ def test_retrieve_wrong_role(clear_database):
     with raises(ValueError) as cm:
         entity.retrieve()
     assert cm.value.args[0].startswith("The resulting entity had a different role "
-                                "(RecordType) than the local one (Record). "
-                                "This probably means, that the entity was "
-                                "intialized with a wrong class by this client "
-                                "or it has changed in the past and this "
-                                "client did't know about it yet.")
+                                       "(RecordType) than the local one (Record). "
+                                       "This probably means, that the entity was "
+                                       "intialized with a wrong class by this client "
+                                       "or it has changed in the past and this "
+                                       "client did't know about it yet.")
 
 
 @fixture
-- 
GitLab