Skip to content

Commit 7fe6794

Browse files
committed
added missing field in platform-mocks me query
1 parent 0dba813 commit 7fe6794

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/component-tests/setup/mocks/platform-mocks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
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": {
@@ -191,7 +191,8 @@
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
}

0 commit comments

Comments
 (0)