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

TST: fix tests after server update

parent ae4f5662
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ def test_record(): ...@@ -132,7 +132,7 @@ def test_record():
assert_equal( assert_equal(
rec3.get_property( rec3.get_property(
"SimpleBooleanProperty").get_errors()[0].description, "SimpleBooleanProperty").get_errors()[0].description,
"Cannot parse value to boolean (either 'true' or 'false, " "Cannot parse value to boolean (either 'true' or 'false', "
"ignoring case).") "ignoring case).")
finally: finally:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment