We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e3bc8 commit 0aa9ce3Copy full SHA for 0aa9ce3
1 file changed
tests/plenary/curl_spec.lua
@@ -196,7 +196,7 @@ describe("CURL Wrapper:", function()
196
end)
197
198
199
- describe("DEPUG", function() --------------------------------------------------
+ describe("DEBUG", function() --------------------------------------------------
200
it("dry_run return the curl command to be ran.", function()
201
local res = curl.delete("https://jsonplaceholder.typicode.com/posts/8", { dry_run = true })
202
assert(type(res) == "table")
0 commit comments