We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90386ee commit 0016278Copy full SHA for 0016278
backend/tests/functional/proposed_change/test_proposed_change_review.py
@@ -241,8 +241,7 @@ async def test_missing_permission(
241
assert account_group
242
await account_group.members.delete(db=db)
243
244
- # Reject the PC
245
-
+ # Try to approve the PC
246
with pytest.raises(GraphQLError) as exc:
247
await unprivileged_client.execute_graphql(
248
query=self.review_query,
0 commit comments