Skip to content

Commit ee97386

Browse files
- Updated automated testing.
1 parent 68cd59e commit ee97386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/robot/functional/mcp.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Concurrent psql and Reverse Proxy MCP HTTPS Server Query Tool
220220
... exec
221221
... \-\-client\-type\=http
222222
... \-\-url\=https://127.0.0.1:9004
223-
... \-\-client\-cfg { "ca_file": "test/server/mtls/credentials/pg_server_cert.pem" }
223+
... \-\-client\-cfg { "apply_tls_globally": true, "insecure_skip_verify": true, "ca_file": "test/server/mtls/credentials/pg_server_cert.pem", "promote_leaf_to_ca": true }
224224
... \-\-exec.action query_v2
225225
... \-\-exec.args {"sql": "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType \= 'projects' and parent \= 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"}
226226
... stdout=${CURDIR}${/}tmp${/}Concurrent-psql-and-Reverse-Proxy-MCP-HTTPS-Server-Query-Tool.txt

0 commit comments

Comments
 (0)