diff options
Diffstat (limited to 'tests/api.py')
| -rw-r--r-- | tests/api.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api.py b/tests/api.py index 5fff779e..7e487f17 100644 --- a/tests/api.py +++ b/tests/api.py @@ -207,7 +207,7 @@ def test_api_rich_create(app):      # test that editor's active edit group is now invalid      editor = Editor.query.first() -    assert editor.active_edit_group == None +    assert editor.active_editgroup == None  def test_api_release_lookup(rich_app):      app = rich_app  | 
