This repository was archived by the owner on Aug 25, 2025. It is now read-only.
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 55 push :
66 branches :
77 - main
8- paths-ignore :
9- - " *.md"
10- - charts/**
118 pull_request :
129 branches :
1310 - main
14- paths-ignore :
15- - " *.md"
16- - charts/**
1711
1812jobs :
1913 component-test :
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