diff --git a/tests/favorites.ts b/tests/favorites.ts index 7cfe27de..8dab1d50 100644 --- a/tests/favorites.ts +++ b/tests/favorites.ts @@ -54,21 +54,6 @@ test( } ); -test( - testOperation, - "getFavorite", - { - parameters: { - favoriteId: favoriteId - }, - statusCode: 200 - }, - (t) => { - const { body } = t.context; - t.is(body.favoriteId, vrchatHomeWorldId); - } -); - test(testOperation, "removeFavorite", { parameters: { favoriteId: defaultAvatarId