diff --git a/data/projects.yml b/data/projects.yml index 00e75d5..fb5afcd 100644 --- a/data/projects.yml +++ b/data/projects.yml @@ -488,14 +488,14 @@ description: A Discord bot that allows you to collect and use trading cards that are actually conversation starters. name: Tessara premium: true - url: 'https://tessara.nhcarrigan.com' + url: null wip: true - avatar: 'https://cdn.nhcarrigan.com/new-avatars/hacksmiths.png' category: websites description: Online programming-themed party game. name: Hacksmiths premium: true - url: 'https://hacksmiths.nhcarrigan.com' + url: null wip: true - avatar: null category: apis @@ -516,5 +516,5 @@ description: Our custom metrics and analytics server. name: Meridia premium: false - url: 'https://meridia.nhcarrigan.com' + url: null wip: true \ No newline at end of file diff --git a/test/yaml.spec.ts b/test/yaml.spec.ts index 9a0e714..d381a00 100644 --- a/test/yaml.spec.ts +++ b/test/yaml.spec.ts @@ -98,7 +98,9 @@ describe("project data", () => { ).resolves.toBeTruthy(); } - if (project.url) { + // We explicitly skip the VSCode url because it blocks our request. + if (project.url + && !project.url.startsWith("https://marketplace.visualstudio.com")) { expect( typeof project.url, `Project url should be a string for project: ${