Skip to content

Commit

Permalink
Fix app moudle health check test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejkang committed Aug 24, 2021
1 parent a793f27 commit 3cd4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('AppController (e2e)', () => {
});

it('/ (GET)', () => {
return request(app.getHttpServer()).get('/').expect(200).expect('Hello World!');
return request(app.getHttpServer()).get('/').expect(200).expect('{"ok":true}');
});
});

0 comments on commit 3cd4f17

Please sign in to comment.