Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 2, 2023
1 parent c398520 commit cd5bcf9
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions t/plugin/request-id2.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,39 +70,6 @@ passed
=== TEST 2: add plugin with algorithm range_id
--- config
location /t {
content_by_lua_block {
local t = require("lib.test_admin").test
local code, body = t('/apisix/admin/routes/1',
ngx.HTTP_PUT,
[[{
"plugins": {
"request-id": {
"algorithm": "range_id"
}
},
"upstream": {
"nodes": {
"127.0.0.1:1982": 1
},
"type": "roundrobin"
},
"uri": "/opentracing"
}]]
)
if code >= 300 then
ngx.status = code
end
ngx.say(body)
}
}
--- response_body
passed
=== TEST 3: add plugin with algorithm range_id
--- config
location /t {
Expand Down

0 comments on commit cd5bcf9

Please sign in to comment.