fix
This commit is contained in:
@@ -27,6 +27,7 @@ func TestMemberForbiddenOnSensitiveMutations(t *testing.T) {
|
||||
body string
|
||||
}{
|
||||
{name: "create_api_key", fn: s.handleCreateAPIKey, body: `{"name":"x"}`},
|
||||
{name: "update_api_key", fn: s.handleUpdateAPIKey, body: `{"name":"renamed"}`},
|
||||
{name: "revoke_api_key", fn: s.handleRevokeAPIKey, body: ""},
|
||||
{name: "put_email", fn: s.handlePutEmailIntegration, body: `{}`},
|
||||
{name: "verify_email", fn: s.handleVerifyEmailIntegration, body: ""},
|
||||
|
||||
Reference in New Issue
Block a user