diff --git a/apps/e2e/tests/backend/endpoints/api/v1/integrations/credential-scanning/revoke.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/integrations/credential-scanning/revoke.test.ts index 8540f9dbd..5c397a7bd 100644 --- a/apps/e2e/tests/backend/endpoints/api/v1/integrations/credential-scanning/revoke.test.ts +++ b/apps/e2e/tests/backend/endpoints/api/v1/integrations/credential-scanning/revoke.test.ts @@ -15,7 +15,7 @@ it("should send email notification to user when revoking an API key through cred // Create a user API key const { createUserApiKeyResponse } = await ProjectApiKey.User.create({ user_id: user1.userId, - description: "Test API Key to Revoke", + description: "Test API Key to Revoke ", expires_at_millis: null, }); @@ -24,7 +24,7 @@ it("should send email notification to user when revoking an API key through cred expect(checkResponseBeforeRevoke).toMatchInlineSnapshot(` { "created_at_millis": , - "description": "Test API Key to Revoke", + "description": "Test API Key to Revoke ", "id": "", "is_public": false, "type": "user", @@ -65,7 +65,7 @@ it("should send email notification to user when revoking an API key through cred [ MailboxMessage { "from": "Stack Auth ", - "subject": "API Key Revoked: Test API Key to Revoke", + "subject": "API Key Revoked: Test API Key to Revoke ", "to": ["@stack-generated.example.com>"],