mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
fix: fixed failing test
This commit is contained in:
parent
a0196a01b3
commit
3e137ac6b4
@ -46,8 +46,8 @@ describe('curlToJson', () => {
|
||||
const result = curlToJson(curlCommand);
|
||||
|
||||
expect(result).toEqual({
|
||||
url: '%27https://www.usebruno.com%27',
|
||||
raw_url: "'https://www.usebruno.com'",
|
||||
url: 'https://www.usebruno.com',
|
||||
raw_url: 'https://www.usebruno.com',
|
||||
method: 'post',
|
||||
headers: {
|
||||
Accept: 'application/json, text/plain, */*',
|
||||
|
Loading…
Reference in New Issue
Block a user