This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 84060e37df chore: fix typo (#6172)
84060e37df is described below
commit 84060e37dfdeff978bd0861c640c527d4b0f3f35
Author: shown <[email protected]>
AuthorDate: Mon Sep 22 11:12:27 2025 +0800
chore: fix typo (#6172)
Signed-off-by: yuluo-yx <[email protected]>
Co-authored-by: xiaoyu <[email protected]>
---
.../org/apache/shenyue/e2e/testcase/websocket/WebSocketPluginCases.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-websocket/src/test/java/org/apache/shenyue/e2e/testcase/websocket/WebSocketPluginCases.java
b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-websocket/src/test/java/org/apache/shenyue/e2e/testcase/websocket/WebSocketPluginCases.java
index 153a068e64..deb1948885 100644
---
a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-websocket/src/test/java/org/apache/shenyue/e2e/testcase/websocket/WebSocketPluginCases.java
+++
b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-websocket/src/test/java/org/apache/shenyue/e2e/testcase/websocket/WebSocketPluginCases.java
@@ -44,7 +44,7 @@ public class WebSocketPluginCases implements
ShenYuScenarioProvider {
*/
public ShenYuScenarioSpec testWebSocket() {
return ShenYuScenarioSpec.builder()
- .name("single-websocket test]")
+ .name("single-websocket test")
.beforeEachSpec(ShenYuBeforeEachSpec.builder()
.checker(exists("/ws-native/myWebSocket?token=Jack",
"Hello ShenYu", "apache shenyu server send to Jack message : -> Hello ShenYu"))
.build())