diff --git a/tests/__init__.py b/tests/__init__.py index 944d0fe..7e2eb62 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -273,7 +273,7 @@ def create_tokens_acl(session): for aclid in range(3): item = pagure.lib.model.TokenAcl( token_id='aaabbbcccddd', - acl_id=aclid, + acl_id=aclid + 1, ) session.add(item)