monkeyDluffy6017 commented on code in PR #7639:
URL: https://github.com/apache/apisix/pull/7639#discussion_r948689271


##########
t/plugin/plugin.t:
##########
@@ -39,17 +39,18 @@ __DATA__
 --- config
     location /t {
         content_by_lua_block {
-            local lfs = require("lfs")
-            for file_name in lfs.dir(ngx.config.prefix() .. 
"/../../apisix/plugins/") do
-                if string.match(file_name, ".lua$") then
-                    local expected = file_name:sub(1, #file_name - 4)
+            --local lfs = require("lfs")

Review Comment:
   Yes, forget to recovery, i have checked that there is no same problem



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

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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

Reply via email to