]> Untitled Git - lemmy.git/blobdiff - api_tests/src/shared.ts
Only allow authenticated users to fetch remote objects (#2493)
[lemmy.git] / api_tests / src / shared.ts
index 1c0c01a8d05f8159287fe14d6d19722967db8ec3..7286ea5af2f70658aa745f06f7f7368eac2f12a6 100644 (file)
@@ -174,9 +174,9 @@ export async function setupLogins() {
   editSiteForm.auth = epsilon.auth.unwrap();
   await epsilon.client.editSite(editSiteForm);
 
-  // Create the main beta community, follow it
+  // Create the main alpha/beta communities
+  await createCommunity(alpha, "main");
   await createCommunity(beta, "main");
-  await followBeta(beta);
 }
 
 export async function createPost(