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 e683aff commit 5cb3afdCopy full SHA for 5cb3afd
back/test/auth0_integration_tests/test_permissions.py
@@ -232,6 +232,6 @@ def test_check_beta_feature_access(auth0_client):
232
mutation = "mutation { createQrCode { id } }"
233
assert_successful_request(auth0_client, mutation)
234
235
- mutation = "mutation { deleteTag(id: 1) { id } }"
+ mutation = "mutation { updateBeneficiary(id: 1) { __typename } }"
236
response = assert_bad_request(auth0_client, mutation, expect_errors=True)
237
assert response.json["errors"] == [{"message": "Insufficient beta-level"}]
0 commit comments