Skip to content

Commit 6c973e9

Browse files
committed
no only
1 parent 9eb9d20 commit 6c973e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/api/rate-limit/emails.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function filterEmailsByOrg(orgSlug: string, emails: emails.Email[]) {
1212
}));
1313
}
1414

15-
test.only('rate limit approaching and reached for organization', async () => {
15+
test('rate limit approaching and reached for organization', async () => {
1616
const { createOrg, ownerToken, ownerEmail } = await initSeed().createOwner();
1717
const { createProject, organization } = await createOrg();
1818
const { createTargetAccessToken, waitForRequestsCollected } = await createProject(

0 commit comments

Comments
 (0)