Skip to content

Commit

Permalink
Update fastify/swagger-ui (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Jun 24, 2024
1 parent e80d2e5 commit 6e593d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fastify/jwt": "^8.0.1",
"@fastify/schedule": "^4.1.1",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^3.1.0",
"@fastify/swagger-ui": "^4.0.0",
"@lokalise/backend-http-client": "^1.4.0",
"@lokalise/background-jobs-common": "^3.4.0",
"@lokalise/fastify-extras": "^21.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('app', () => {
})

it('Returns OpenAPI information (HTML)', async () => {
const response = await app.inject().get('/documentation/static/index.html').end()
const response = await app.inject().get('/documentation').end()

expect(response.statusCode).toBe(200)
})
Expand Down

0 comments on commit 6e593d2

Please sign in to comment.