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 9eb9d20 commit 6c973e9Copy full SHA for 6c973e9
integration-tests/tests/api/rate-limit/emails.spec.ts
@@ -12,7 +12,7 @@ function filterEmailsByOrg(orgSlug: string, emails: emails.Email[]) {
12
}));
13
}
14
15
-test.only('rate limit approaching and reached for organization', async () => {
+test('rate limit approaching and reached for organization', async () => {
16
const { createOrg, ownerToken, ownerEmail } = await initSeed().createOwner();
17
const { createProject, organization } = await createOrg();
18
const { createTargetAccessToken, waitForRequestsCollected } = await createProject(
0 commit comments