From a56b2f54f08a8f22a0b66c03af1489ee38a92e40 Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 18 Oct 2025 01:15:24 +0800 Subject: [PATCH] Add 'grpc_ssl_server_name' to fix Nginx completion tests Commit be0b9a99278aed64402b5f2f63055904e228c02c added 'grpc_ssl_server_name' to http context, which broke this test. --- .../codeInsight/completion/NginxCompletionContributorTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/kotlin/dev/meanmail/codeInsight/completion/NginxCompletionContributorTest.kt b/src/test/kotlin/dev/meanmail/codeInsight/completion/NginxCompletionContributorTest.kt index 54db41b..b4ad113 100644 --- a/src/test/kotlin/dev/meanmail/codeInsight/completion/NginxCompletionContributorTest.kt +++ b/src/test/kotlin/dev/meanmail/codeInsight/completion/NginxCompletionContributorTest.kt @@ -50,6 +50,7 @@ class NginxCompletionContributorTest : BasePlatformTestCase() { server } """.trimIndent(), + "grpc_ssl_server_name", "proxy_ssl_server_name", "server", "server_name_in_redirect",