Skip to content

Commit bb96dd9

Browse files
committed
Fix live test data
1 parent b73df28 commit bb96dd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe("fetches software extra data (from different providers)", () => {
209209
label: "Vite",
210210
license: "MIT licence",
211211
logoUrl:
212-
"//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/220px-Vitejs-logo.svg.png",
212+
"//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/250px-Vitejs-logo.svg.png",
213213
sourceUrl: "https://github.com/vitejs/vite",
214214
websiteUrl: "https://vitejs.dev/",
215215
programmingLanguages: ["JavaScript"],
@@ -343,11 +343,6 @@ describe("fetches software extra data (from different providers)", () => {
343343
name: "WebGeoDataVore",
344344
siren: "449989573"
345345
},
346-
{
347-
url: "https://annuaire.cnll.fr/societes/490932308",
348-
name: "ALTER WAY",
349-
siren: "490932308"
350-
},
351346
{
352347
url: "https://annuaire.cnll.fr/societes/443170139",
353348
name: "Entr'ouvert",

0 commit comments

Comments
 (0)