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

Commit 93f6e0f

Browse files
authored
Fixed test
1 parent b3ad4ba commit 93f6e0f

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
@@ -89,7 +89,7 @@ function testFramework(framework) {
8989
debug('Result: %s %j', res.text, res.headers);
9090

9191
res.status.should.eql(200);
92-
res.body.should.eql('{ "message": "Hello, stranger!" }');
92+
res.body.should.eql({ "message": "Hello, stranger!" });
9393

9494
done();
9595
});

0 commit comments

Comments
 (0)