From ade58f5ddccda7a12e6bf09c35e992f4bafb2624 Mon Sep 17 00:00:00 2001 From: Joe Zou <yixian.zou@gmail.com> Date: Wed, 26 Feb 2020 17:41:59 +0800 Subject: [PATCH] add test case --- config/testdata/router_config_error.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/testdata/router_config_error.yml b/config/testdata/router_config_error.yml index f6b91f5da..37894ac96 100644 --- a/config/testdata/router_config_error.yml +++ b/config/testdata/router_config_error.yml @@ -1,6 +1,6 @@ # dubbo router yaml configure file priority: 1 force: true -conditions : +noConditions : - "a => b" - "c => d" \ No newline at end of file -- GitLab