Jaycean commented on a change in pull request #1384:
URL: https://github.com/apache/apisix-dashboard/pull/1384#discussion_r565813378
##########
File path: api/test/e2e/route_export_test.go
##########
@@ -26,6 +26,24 @@ import (
"github.com/stretchr/testify/assert"
)
+func TestExport_Route_Data_Empty(t *testing.T) {
+ tests := []HttpTestCase{
Review comment:
I think this test returns an error when the route list is empty. Before
this test, make sure whether the route list is empty will be repeated.
----------------------------------------------------------------
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:
[email protected]