Skip to content

Commit

Permalink
spell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Dec 26, 2024
1 parent 7af6a7a commit 3352aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/plugin/ai-proxy2.t
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add_block_preprocessor(sub {
}
location /test/params/in/overriden/endpoint {
location /test/params/in/overridden/endpoint {
content_by_lua_block {
local json = require("cjson.safe")
local core = require("apisix.core")
Expand Down Expand Up @@ -306,7 +306,7 @@ POST /anything
}
},
"override": {
"endpoint": "http://localhost:6724/test/params/in/overriden/endpoint?some_query=yes"
"endpoint": "http://localhost:6724/test/params/in/overridden/endpoint?some_query=yes"
},
"ssl_verify": false
}
Expand Down

0 comments on commit 3352aea

Please sign in to comment.