]> Untitled Git - lemmy.git/blobdiff - api_tests/src/community.spec.ts
Trying to fix API tests.
[lemmy.git] / api_tests / src / community.spec.ts
index 25d8109c3694e13a66b0a1e16fe24ae28914b1bf..7be6f4c59f142a2095d0ab784d3605a8dfebaa51 100644 (file)
@@ -33,9 +33,6 @@ function assertCommunityFederation(
   );
   expect(communityOne.creator.actor_id).toBe(communityTwo.creator.actor_id);
   expect(communityOne.community.nsfw).toBe(communityTwo.community.nsfw);
-  expect(communityOne.community.category_id).toBe(
-    communityTwo.community.category_id
-  );
   expect(communityOne.community.removed).toBe(communityTwo.community.removed);
   expect(communityOne.community.deleted).toBe(communityTwo.community.deleted);
 }