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 1158e8f commit f3552dfCopy full SHA for f3552df
1 file changed
spec/client/curl/cli_spec.lua
@@ -7,9 +7,9 @@ vim.g.rest_nvim = vim.tbl_deep_extend("force", {
7
curl = {
8
opts = {
9
set_compressed = true,
10
- }
11
12
+ },
13
}, vim.g.rest_nvim)
14
15
local Context = require("rest-nvim.context").Context
@@ -103,7 +103,7 @@ describe("curl cli builder", function()
103
STAT_FORMAT,
104
}, args)
105
end)
106
- it("with opts.set_compressed", function ()
+ it("with opts.set_compressed", function()
107
local args = builder.build({
108
context = Context:new(),
109
method = "POST",
0 commit comments