juzhiyuan commented on a change in pull request #1361:
URL: https://github.com/apache/apisix-dashboard/pull/1361#discussion_r563271124



##########
File path: 
web/cypress/integration/route/can-skip-upstream-when-select-service-id.spec.js
##########
@@ -18,19 +18,25 @@
 
 context('Can select service_id skip upstream in route', () => {
   const data = {
-    upstreamName: 'test_upstream',
-    serviceName: 'test_service',
-    routeName: 'test_route',
+    upstream_name: 'test_upstream',

Review comment:
       it's called snake_case and the API will return such a case, to reduce 
transformation, we allow to use that case.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to