diff --git a/LICENSE-CODE b/LICENSE-CODE index f3b5f7eda9e6..6bc46813523b 100644 --- a/LICENSE-CODE +++ b/LICENSE-CODE @@ -1,6 +1,6 @@ MIT License -Copyright 2025 GitHub +Copyright 2026 GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/article-api/tests/rest-transformer.ts b/src/article-api/tests/rest-transformer.ts index 3cd8e6d5ad85..69f9438eb03a 100644 --- a/src/article-api/tests/rest-transformer.ts +++ b/src/article-api/tests/rest-transformer.ts @@ -63,7 +63,7 @@ describe('REST transformer', () => { expect(res.body).toContain('Setting to `application/vnd.github+json` is recommended.') }) - test('Path and query parameters are listed', async () => { + test('Path and query parameters are listed', async () => {,15000) const res = await get(makeURL('/en/rest/actions/artifacts')) expect(res.statusCode).toBe(200)