File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
tests/component-tests/setup/mocks Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
- paths-ignore :
9
- - " *.md"
10
- - charts/**
11
8
pull_request :
12
9
branches :
13
10
- main
14
- paths-ignore :
15
- - " *.md"
16
- - charts/**
17
11
18
12
jobs :
19
13
component-test :
Original file line number Diff line number Diff line change 177
177
"method" : " POST" ,
178
178
"path" : " /2.0/api/graphql" ,
179
179
"body" : {
180
- "query" : " \n query me {\n me {\n runtimeName\n activeAccount {\n id\n name\n gitProvider\n gitApiUrl\n sharedConfigRepo\n }\n }\n }\n "
180
+ "query" : " \n query me {\n me {\n runtimeName\n activeAccount {\n id\n name\n gitProvider\n gitApiUrl\n sharedConfigRepo\n csdpValidated \n }\n }\n }\n "
181
181
}
182
182
},
183
183
"httpResponse" : {
191
191
"name" : " local" ,
192
192
"gitProvider" : " GITHUB" ,
193
193
"gitApiUrl" : " http://mockserver.mockserver:1080" ,
194
- "sharedConfigRepo" : " http://gitea-http.gitea:3000/test-owner/codefresh-isc"
194
+ "sharedConfigRepo" : " http://gitea-http.gitea:3000/test-owner/codefresh-isc" ,
195
+ "csdpValidated" : true
195
196
}
196
197
}
197
198
}
You can’t perform that action at this time.
0 commit comments