Skip to content

Commit

Permalink
Fix info endpoint test description (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj authored Aug 3, 2023
1 parent 71d46bc commit 0ad7d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('GET /', () => {
})

describe('GET /info', () => {
it('should render index page', () => {
it('should render info endpoint information', () => {
return request(app)
.get('/info')
.expect('Content-Type', /application\/json/)
Expand Down

0 comments on commit 0ad7d20

Please sign in to comment.