idbeta commented on a change in pull request #1195:
URL: https://github.com/apache/apisix-dashboard/pull/1195#discussion_r555477757



##########
File path: api/test/e2e/route_with_auth_plugin_test.go
##########
@@ -17,14 +17,16 @@
 package e2e
 
 import (
+       "fmt"
+       "io/ioutil"
        "net/http"
        "testing"
        "time"
 
        "github.com/stretchr/testify/assert"
 )
 
-func TestRoute_With_Auth_Plugin(t *testing.T) {
+func TestRoute_With_Jwt_Plugin(t *testing.T) {

Review comment:
       fixed.




----------------------------------------------------------------
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]


Reply via email to