update changelog

pull/703/head
DerekYRC 3 years ago
parent 72fa4c22fb
commit da16685da4

@ -5,3 +5,4 @@
- [Optimize: Register the service with the ProviderAPI#registerInstance method.](https://github.com/Tencent/spring-cloud-tencent/pull/685)
- [Optimize:optimize spring annotation.](https://github.com/Tencent/spring-cloud-tencent/pull/688)
- [docs:update PR template.](https://github.com/Tencent/spring-cloud-tencent/pull/691)
- [Code optimize & add junit tests.](https://github.com/Tencent/spring-cloud-tencent/pull/703)

@ -59,7 +59,7 @@ public class StainingRuleManagerTest {
+ " {\n"
+ " \"key\":\"${http.query.uid}\",\n"
+ " \"values\":[\"1000\"],\n"
+ " \"operation\":\"EQUAL\"\n"
+ " \"operation\":\"EQUALS\"\n"
+ " }\n"
+ " ],\n"
+ " \"labels\":[\n"
@ -99,7 +99,7 @@ public class StainingRuleManagerTest {
+ " {\n"
+ " \"key\":\"${http.query.uid}\",\n"
+ " \"values\":[\"1000\"],\n"
+ " \"operation\":\"EQUAL\"\n"
+ " \"operation\":\"EQUALS\"\n"
+ " }\n"
+ " ],\n"
+ " \"labels\":[\n"

Loading…
Cancel
Save