mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-10 15:00:04 +01:00
Rolling back test changes.
This commit is contained in:
parent
559e57d92b
commit
ede35f4df1
@ -50,10 +50,6 @@ body(type=multipart-form)
|
||||
0 password governingdynamics
|
||||
/body
|
||||
|
||||
body(type=raw-file)
|
||||
/test/file.txt
|
||||
/body
|
||||
|
||||
script
|
||||
const foo='bar';
|
||||
/script
|
||||
|
@ -77,8 +77,7 @@ describe('bruToJson', () => {
|
||||
name: 'password',
|
||||
value: 'governingdynamics'
|
||||
}
|
||||
],
|
||||
rawFile: '/test/file.txt'
|
||||
]
|
||||
},
|
||||
script: "const foo='bar';",
|
||||
tests: "bruno.test('200 ok', () => {});"
|
||||
|
Loading…
Reference in New Issue
Block a user