Skip to content

Commit 0016278

Browse files
committed
Fix comment
1 parent 90386ee commit 0016278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/tests/functional/proposed_change/test_proposed_change_review.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ async def test_missing_permission(
241241
assert account_group
242242
await account_group.members.delete(db=db)
243243

244-
# Reject the PC
245-
244+
# Try to approve the PC
246245
with pytest.raises(GraphQLError) as exc:
247246
await unprivileged_client.execute_graphql(
248247
query=self.review_query,

0 commit comments

Comments
 (0)