Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b3ad4ba

Browse files
authored
Fixed Test
1 parent eb458d5 commit b3ad4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/project-skeletons/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function testFramework(framework) {
104104
debug('Result: %s %j', res.text, res.headers);
105105

106106
res.status.should.eql(200);
107-
res.body.should.eql('{ "message": "Hello, Scott!" }');
107+
res.body.should.eql({ "message": "Hello, Scott!" });
108108

109109
done();
110110
});

0 commit comments

Comments
 (0)