mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-20 19:58:10 +02:00
fix: fixed failing test
This commit is contained in:
parent
a0196a01b3
commit
3e137ac6b4
@ -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, */*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user