Skip to content

Commit

Permalink
feat(api): all passing
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Oct 29, 2024
1 parent a7c2360 commit 7dbdccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/src/app/workflows-v2/generate-preview.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ function assertEmail(dto: GeneratePreviewResponseDto) {
expect(preview).to.contain('{{item.id}}2');
expect(preview).to.contain('{{item.origin.country}}1');
expect(preview).to.contain('{{item.origin.country}}2');
expect(preview).to.contain('{{item.subject}}1');
expect(preview).to.contain('{{item.subject}}2');
expect(preview).to.contain('{{payload.body}}');
expect(preview).to.contain('should be the fallback value');
}
Expand Down

0 comments on commit 7dbdccb

Please sign in to comment.