Skip to content

Commit

Permalink
⚡ Enable all executions tests
Browse files Browse the repository at this point in the history
Co-authored-by: Iván Ovejero <[email protected]>
  • Loading branch information
RicardoE105 and ivov authored Aug 4, 2022
1 parent 13f7bb0 commit ef42b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/integration/publicApi/executions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ test('GET /executions should retrieve all successfull executions', async () => {
expect(waitTill).toBeNull();
});

test.only('GET /executions should paginate two executions', async () => {
test('GET /executions should paginate two executions', async () => {
const owner = await testDb.createUser({ globalRole: globalOwnerRole, apiKey: randomApiKey() });

const authOwnerAgent = utils.createAgent(app, {
Expand Down

0 comments on commit ef42b9f

Please sign in to comment.