From 7a1769e5bb16fc72343699299f9f48a02f44b9d8 Mon Sep 17 00:00:00 2001 From: lahmxu Date: Tue, 16 Jan 2024 22:19:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9sofa=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=9A=84e2e=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shenyu/e2e/testcase/sofa/SofaPluginCases.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-sofa/src/test/java/org/apache/shenyu/e2e/testcase/sofa/SofaPluginCases.java b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-sofa/src/test/java/org/apache/shenyu/e2e/testcase/sofa/SofaPluginCases.java index 0c990e09834a..3fa02d79031d 100644 --- a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-sofa/src/test/java/org/apache/shenyu/e2e/testcase/sofa/SofaPluginCases.java +++ b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-sofa/src/test/java/org/apache/shenyu/e2e/testcase/sofa/SofaPluginCases.java @@ -42,11 +42,11 @@ public class SofaPluginCases implements ShenYuScenarioProvider { @Override public List get() { return Lists.newArrayList( - testSofaFindAll() -// testWithUriEquals(), -// testWithUriPathPattern(), -// testWithUriStartWith(), -// testWithEndWith(), + testSofaFindAll(), + testWithUriEquals(), + testWithUriPathPattern(), + testWithUriStartWith(), + testWithEndWith() // testWithMethodGet(), // testWithMethodPost(), // testWithMethodPut(),