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 177177 "method" : " POST" ,
178178 "path" : " /2.0/api/graphql" ,
179179 "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 "
181181 }
182182 },
183183 "httpResponse" : {
191191 "name" : " local" ,
192192 "gitProvider" : " GITHUB" ,
193193 "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
195196 }
196197 }
197198 }
You can’t perform that action at this time.
0 commit comments