Skip to content

Commit

Permalink
tests/budgeting/test_rules_vote: update permission name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rine committed Dec 23, 2021
1 parent 5551118 commit d764239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/budgeting/rules/test_rules_vote.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from adhocracy4.test.helpers import setup_users
from meinberlin.apps.budgeting import phases

perm_name = 'meinberlin_budgeting.vote_proposal'
perm_name = 'meinberlin_budgeting.add_vote'


def test_perm_exists():
Expand Down

0 comments on commit d764239

Please sign in to comment.