Skip to content
Snippets Groups Projects
Verified Commit 7c8a480f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Linting.

parent 3933f573
Branches
Tags
No related merge requests found
Pipeline #59775 passed
...@@ -500,11 +500,11 @@ def test_retrieve_wrong_role(clear_database): ...@@ -500,11 +500,11 @@ def test_retrieve_wrong_role(clear_database):
with raises(ValueError) as cm: with raises(ValueError) as cm:
entity.retrieve() entity.retrieve()
assert cm.value.args[0].startswith("The resulting entity had a different role " assert cm.value.args[0].startswith("The resulting entity had a different role "
"(RecordType) than the local one (Record). " "(RecordType) than the local one (Record). "
"This probably means, that the entity was " "This probably means, that the entity was "
"intialized with a wrong class by this client " "intialized with a wrong class by this client "
"or it has changed in the past and this " "or it has changed in the past and this "
"client did't know about it yet.") "client did't know about it yet.")
@fixture @fixture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment