Skip to content

Commit 929b806

Browse files
committed
fix: make ci pass
1 parent e01a6eb commit 929b806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/core/adapters/fetchExternalData.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ describe("fetches software extra data (from different providers)", () => {
245245
url: `https://www.wikidata.org/wiki/Q58482636`
246246
}
247247
],
248-
documentationUrl: "https://vitejs.dev/guide/",
248+
documentationUrl: "https://ja.vitejs.dev/guide/",
249249
sourceSlug: source.slug,
250250
softwareId: null,
251251
externalId: "Q111590996",
@@ -257,7 +257,7 @@ describe("fetches software extra data (from different providers)", () => {
257257
logoUrl:
258258
"//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/250px-Vitejs-logo.svg.png",
259259
sourceUrl: "https://github.com/vitejs/vite",
260-
websiteUrl: "https://vitejs.dev/",
260+
websiteUrl: "https://vite.dev/",
261261
programmingLanguages: ["JavaScript"],
262262
referencePublications: null,
263263
identifiers: [],

0 commit comments

Comments
 (0)