Skip to content

Commit a81cde6

Browse files
committed
chore(shared): fix changes from main in validate.e2e.spec.ts to work with timelines
1 parent 9eb8e3d commit a81cde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/commands/validate/validate.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('validate E2E', () => {
4949
const badPattern = JSON.parse(readFileSync(badPatternPath, 'utf-8'));
5050
const inputArch = JSON.parse(readFileSync(inputArchPath, 'utf-8'));
5151

52-
const response = await validate(inputArch, badPattern, schemaDirectory, false);
52+
const response = await validate(inputArch, badPattern, undefined, schemaDirectory, false);
5353

5454
expect(response.hasErrors).toBeTruthy();
5555
expect(response.jsonSchemaValidationOutputs).toHaveLength(1);

0 commit comments

Comments
 (0)