From ea49c44064ae326a355f3599fcde29be0871e487 Mon Sep 17 00:00:00 2001 From: jellejurre Date: Tue, 19 Nov 2024 14:24:01 +0100 Subject: [PATCH 1/2] Mark broken endpoint as failing to have useful pass/fail --- tests/favorites.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/favorites.ts b/tests/favorites.ts index 7cfe27de..e2b7af35 100644 --- a/tests/favorites.ts +++ b/tests/favorites.ts @@ -54,7 +54,7 @@ test( } ); -test( +test.failing( //VRChat seems to have broken this endpoint ages ago? testOperation, "getFavorite", { From 652e305d1baf63b4cb59036b2ddc71e320a930f5 Mon Sep 17 00:00:00 2001 From: jellejurre Date: Mon, 25 Nov 2024 19:32:28 +0100 Subject: [PATCH 2/2] Remove broken test --- tests/favorites.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/favorites.ts b/tests/favorites.ts index e2b7af35..8dab1d50 100644 --- a/tests/favorites.ts +++ b/tests/favorites.ts @@ -54,21 +54,6 @@ test( } ); -test.failing( //VRChat seems to have broken this endpoint ages ago? - testOperation, - "getFavorite", - { - parameters: { - favoriteId: favoriteId - }, - statusCode: 200 - }, - (t) => { - const { body } = t.context; - t.is(body.favoriteId, vrchatHomeWorldId); - } -); - test(testOperation, "removeFavorite", { parameters: { favoriteId: defaultAvatarId