Skip to content

Commit dd8600f

Browse files
committed
Fix processor test
1 parent cc8f304 commit dd8600f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/ql-vscode/src/vscode-tests/cli-integration/remote-queries/variant-analysis-processor.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ describe('Variant Analysis processor', function() {
3737
'repositories': ['1', '2', '3'],
3838
},
3939
'executionStartTime': mockSubmission.startTime,
40+
'createdAt': mockApiResponse.created_at,
41+
'updatedAt': mockApiResponse.updated_at,
4042
'status': 'succeeded',
43+
'completedAt': mockApiResponse.completed_at,
4144
'actionsWorkflowRunId': mockApiResponse.actions_workflow_run_id,
4245
'scannedRepos': [
4346
transformScannedRepo(VariantAnalysisRepoStatus.Succeeded, scannedRepos[0]),

0 commit comments

Comments
 (0)