mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
test: fix for bug in test (Unhandled exception)
This commit is contained in:
parent
0c3ba91964
commit
1e23da7e0a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ describe(`GraphQL-HTTP (apolloServer) tests for ${version} express`, () => {
|
|||
}`)
|
||||
.attach('file', __filename);
|
||||
|
||||
req.then((response) => {
|
||||
return req.then((response) => {
|
||||
expect(JSON.parse(response.text)).to.deep.equal({
|
||||
data: {
|
||||
uploadFile: {
|
||||
|
|
Loading…
Add table
Reference in a new issue