Skip to content

Commit 5ce6f76

Browse files
authored
make test plan api call to support all test suites (#20856)
1 parent d7c32e2 commit 5ce6f76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/AzureTestPlanV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 253,
17-
"Patch": 3
17+
"Patch": 4
1818
},
1919
"preview": true,
2020
"demands": [],
@@ -146,7 +146,7 @@
146146
{
147147
"target": "testSuite",
148148
"endpointId": "tfs:teamfoundation",
149-
"endpointUrl": "{{endpoint.url}}/{{system.teamProject}}/_apis/test/plans/{{testPlan}}/suites?$asTreeView=true&api-version=3.0-preview.2",
149+
"endpointUrl": "{{endpoint.url}}/{{system.teamProject}}/_apis/test/plans/{{testPlan}}/suites?api-version=3.0-preview.2",
150150
"parameters": {
151151
"testPlan": "$(testPlan)"
152152
},

Tasks/AzureTestPlanV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 253,
17-
"Patch": 3
17+
"Patch": 4
1818
},
1919
"preview": true,
2020
"demands": [],
@@ -146,7 +146,7 @@
146146
{
147147
"target": "testSuite",
148148
"endpointId": "tfs:teamfoundation",
149-
"endpointUrl": "{{endpoint.url}}/{{system.teamProject}}/_apis/test/plans/{{testPlan}}/suites?$asTreeView=true&api-version=3.0-preview.2",
149+
"endpointUrl": "{{endpoint.url}}/{{system.teamProject}}/_apis/test/plans/{{testPlan}}/suites?api-version=3.0-preview.2",
150150
"parameters": {
151151
"testPlan": "$(testPlan)"
152152
},

0 commit comments

Comments
 (0)