File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/component-tests/setup/mocks Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 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