diff options
Diffstat (limited to 'tests/mason-core/fetch_spec.lua')
| -rw-r--r-- | tests/mason-core/fetch_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mason-core/fetch_spec.lua b/tests/mason-core/fetch_spec.lua index 5385f546..a6237ff1 100644 --- a/tests/mason-core/fetch_spec.lua +++ b/tests/mason-core/fetch_spec.lua @@ -21,8 +21,8 @@ describe("fetch", function() assert.spy(spawn.curl).was_called(1) assert.spy(spawn.wget).was_called_with { { - "--header='User-Agent: mason.nvim (+https://github.com/williamboman/mason.nvim)'", - "--header='X-Custom-Header: here'", + "--header=User-Agent: mason.nvim (+https://github.com/williamboman/mason.nvim)", + "--header=X-Custom-Header: here", }, "-nv", "-O", @@ -77,7 +77,7 @@ describe("fetch", function() assert.spy(spawn.wget).was_called_with { { - "--header='User-Agent: mason.nvim (+https://github.com/williamboman/mason.nvim)'", + "--header=User-Agent: mason.nvim (+https://github.com/williamboman/mason.nvim)", }, "-nv", "-O", |
