Skip to content

Commit 4991248

Browse files
committed
fix test to match new response from Sway
1 parent 4006eac commit 4991248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/lib/common.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ module.exports = function() {
479479
errors:
480480
[ { code: 'INVALID_TYPE',
481481
message: 'Expected type object but found type string',
482-
path: [],
483-
schemaId: undefined } ],
482+
path: [] } ],
484483
message: 'Invalid body: Expected type object but found type string',
485484
path: []
486485
});

0 commit comments

Comments
 (0)