Skip to content

Commit

Permalink
feat(api): force 500 exception in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Oct 1, 2024
1 parent 5d8cded commit 90f4ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/workflows-v2/workflow.controller.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const TEST_TAGS = ['test'];
let session: UserSession;

const SCHEMA_WITH_TEXT: JsonSchema = {
$schema: 'http://json-schema.org/draft-07/schema#',
type: 'object',
properties: {
text: {
Expand Down

0 comments on commit 90f4ca4

Please sign in to comment.