This is an automated email from the ASF dual-hosted git repository.
guoqqqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new e76036c21 test: drop the stale stream_route name allowlist entry
(#3451)
e76036c21 is described below
commit e76036c217993a55a8f199cc3c0fe48ba264fbb9
Author: Yuhan <[email protected]>
AuthorDate: Tue Jul 28 15:32:24 2026 +0800
test: drop the stale stream_route name allowlist entry (#3451)
---
src/types/schema/apisix/gateway-contract.test.ts | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/types/schema/apisix/gateway-contract.test.ts
b/src/types/schema/apisix/gateway-contract.test.ts
index d38795bf2..876e67669 100644
--- a/src/types/schema/apisix/gateway-contract.test.ts
+++ b/src/types/schema/apisix/gateway-contract.test.ts
@@ -91,9 +91,7 @@ const ALLOWLIST: Record<string, Record<string, string>> = {
consumer_group: {
name: 'the dashboard consumer-group form exposes id/desc/labels/plugins,
not a separate name field',
},
- stream_route: {
- name: 'the base StreamRoute schema omits name (and status); name IS
accepted on the write path via StreamRoutePostSchema (#3437) — the read schema
just does not model it',
- },
+ stream_route: {},
proto: {
name: 'the dashboard proto form models content/id only',
labels: 'the dashboard proto form models content/id only',