Skip to content

Commit ba0657c

Browse files
committed
fix: file path
1 parent 0953dc3 commit ba0657c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

__tests__/respect/step-on-failure-type-end-action/step-on-failure-type-end-action.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ workflows:
5959
- stepId: get-museum-hours
6060
operationId: $sourceDescriptions.museum-api.getMuseumHours
6161
successCriteria:
62-
- condition: $statusCode == 200
62+
- condition: $statusCode == 200

packages/respect-core/src/modules/__tests__/flow-runner/context/create-runtime-expression-ctx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const testDescription = {
1111
{
1212
name: 'externalWorkflow',
1313
type: 'arazzo',
14-
url: '__tests__/respect/cat-fact-api/auto-cat.yaml',
14+
url: '__tests__/respect/cat-fact-api/auto-cat.arazzo.yaml',
1515
},
1616
],
1717
workflows: [

packages/respect-core/src/modules/__tests__/flow-runner/context/create-test-context.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('createTestContext', () => {
2121
{
2222
name: 'externalWorkflow',
2323
type: 'arazzo',
24-
url: '__tests__/respect/cat-fact-api/auto-cat.yaml',
24+
url: '__tests__/respect/cat-fact-api/auto-cat.arazzo.yaml',
2525
},
2626
],
2727
workflows: [
@@ -527,7 +527,7 @@ describe('createTestContext', () => {
527527
{
528528
name: 'externalWorkflow',
529529
type: 'arazzo',
530-
url: '__tests__/respect/cat-fact-api/auto-cat.yaml',
530+
url: '__tests__/respect/cat-fact-api/auto-cat.arazzo.yaml',
531531
},
532532
],
533533
apiClient: expect.any(ApiFetcher),

0 commit comments

Comments
 (0)