Skip to content
Snippets Groups Projects
Commit 17e46209 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

permId of an not-yet-saved object is "", not None

parent b5ddc33b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ def test_crud_tag(openbis_instance): ...@@ -17,7 +17,7 @@ def test_crud_tag(openbis_instance):
assert tag.code == tag_name assert tag.code == tag_name
assert tag.description == description assert tag.description == description
assert tag.permId is None assert tag.permId == ''
tag.save() tag.save()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment