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); const result = curlToJson(curlCommand);
expect(result).toEqual({ expect(result).toEqual({
url: '%27https://www.usebruno.com%27', url: 'https://www.usebruno.com',
raw_url: "'https://www.usebruno.com'", raw_url: 'https://www.usebruno.com',
method: 'post', method: 'post',
headers: { headers: {
Accept: 'application/json, text/plain, */*', Accept: 'application/json, text/plain, */*',