Skip to content

Commit 5cb3afd

Browse files
committed
fix-test
1 parent e683aff commit 5cb3afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/test/auth0_integration_tests/test_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ def test_check_beta_feature_access(auth0_client):
232232
mutation = "mutation { createQrCode { id } }"
233233
assert_successful_request(auth0_client, mutation)
234234

235-
mutation = "mutation { deleteTag(id: 1) { id } }"
235+
mutation = "mutation { updateBeneficiary(id: 1) { __typename } }"
236236
response = assert_bad_request(auth0_client, mutation, expect_errors=True)
237237
assert response.json["errors"] == [{"message": "Insufficient beta-level"}]

0 commit comments

Comments
 (0)