fix: fixed failing test

This commit is contained in:
Anoop M D 2023-11-09 13:47:33 +05:30
parent a0196a01b3
commit 3e137ac6b4

View File

@ -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, */*',