Rolling back test changes.

This commit is contained in:
Zachary Elliott 2024-08-03 22:00:59 -06:00
parent 559e57d92b
commit ede35f4df1
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -77,8 +77,7 @@ describe('bruToJson', () => {
name: 'password',
value: 'governingdynamics'
}
],
rawFile: '/test/file.txt'
]
},
script: "const foo='bar';",
tests: "bruno.test('200 ok', () => {});"