fix: changelog tests
Some checks failed
Build and Push Docker Image / tests (push) Successful in 1m5s
Build and Push Docker Image / build (push) Failing after 1m11s

This commit is contained in:
Lars Hampe 2024-11-06 22:40:00 +01:00
parent f161d6b468
commit f2b952a8e9

View File

@ -83,7 +83,7 @@ describe('Changelog', () => {
testAccessToken.token as string, testAccessToken.token as string,
) )
expect(res.status).toBe(500) expect(res.status).toBe(404)
}) })
test('Invalid Id', async () => { test('Invalid Id', async () => {