From ad5204d7045bab31ceb9f9f2d8321e03c5bf6610 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Thu, 25 Aug 2022 15:11:58 +0000 Subject: [PATCH] test --- .../main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt b/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt index 8ed397f5e54c6d..6664b7f0f22768 100644 --- a/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt +++ b/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt @@ -40,7 +40,7 @@ class GitpodCLIService : RestService() { override fun getServiceName() = SERVICE_NAME override fun execute(urlDecoder: QueryStringDecoder, request: FullHttpRequest, context: ChannelHandlerContext): String? { - val operation = getStringParameter("test2", urlDecoder) + val operation = getStringParameter("test3", urlDecoder) if (application.isHeadlessEnvironment) { return "not supported in headless mode" }