Skip to content

Commit a15eef8

Browse files
committed
Update test data to match actual data format
1 parent 2a9911d commit a15eef8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/data/variant-analysis/workspace-query-history.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"completed": true,
88
"variantAnalysis": {
99
"id": 98574321397,
10-
"controllerRepoId": 128321,
10+
"controllerRepo": {
11+
"id": 128321,
12+
"fullName": "github/codeql",
13+
"private": false
14+
},
1115
"query": {
1216
"name": "Variant Analysis Integration Test 1",
1317
"filePath": "PLACEHOLDER/q2.ql",
@@ -30,7 +34,11 @@
3034
"completed": true,
3135
"variantAnalysis": {
3236
"id": 98574321397,
33-
"controllerRepoId": 128321,
37+
"controllerRepo": {
38+
"id": 128321,
39+
"fullName": "github/codeql",
40+
"private": false
41+
},
3442
"query": {
3543
"name": "Variant Analysis Integration Test 2",
3644
"filePath": "PLACEHOLDER/q2.ql",

0 commit comments

Comments
 (0)