]> Untitled Git - lemmy.git/blobdiff - api_tests/src/shared.ts
Merge branch 'drone-io-dess' into move_views_to_diesel_drone
[lemmy.git] / api_tests / src / shared.ts
index 21ab1942dc1888dd88487a43eb10aed797232f76..8e6d5334847c17382f129630b52850c3891c7271 100644 (file)
@@ -606,8 +606,6 @@ export async function unfollowRemotes(
 }
 
 export async function followBeta(api: API): Promise<CommunityResponse> {
-  await unfollowRemotes(api);
-
   // Cache it
   let search = await searchForBetaCommunity(api);
   let com = search.communities.find(c => c.community.local == false);