Skip to content

Commit

Permalink
Update bridge-trigger.e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Jan 10, 2025
1 parent 723101a commit 503b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/events/e2e/bridge-trigger.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contexts.forEach((context: Context) => {
await bridgeServer.stop();
});

it.only(`should trigger the bridge workflow with sync [${context.name}]`, async () => {
it(`should trigger the bridge workflow with sync [${context.name}]`, async () => {
const workflowId = `hello-world-${`${context.name}`}`;
const newWorkflow = workflow(
workflowId,
Expand Down

0 comments on commit 503b73b

Please sign in to comment.