X-Git-Url: http://these/git/?a=blobdiff_plain;f=api_tests%2Fsrc%2Fcommunity.spec.ts;h=e1f6825ae8ab9fc369061b26309984d314b12572;hb=eafb3869f2f460e1703234f6041d3c5f1ef4d30c;hp=ba12de5c4b2199b98ab759ede8b29a3143162715;hpb=3af4a27a889032e000b231d4baac7e9c86bee4fd;p=lemmy.git diff --git a/api_tests/src/community.spec.ts b/api_tests/src/community.spec.ts index ba12de5c..e1f6825a 100644 --- a/api_tests/src/community.spec.ts +++ b/api_tests/src/community.spec.ts @@ -67,7 +67,7 @@ test('Delete community', async () => { ); // Make sure the follow response went through - expect(follow.community_follower_view.community.local).toBe(false); + expect(follow.community_view.community.local).toBe(false); let deleteCommunityRes = await deleteCommunity( beta, @@ -118,7 +118,7 @@ test('Remove community', async () => { ); // Make sure the follow response went through - expect(follow.community_follower_view.community.local).toBe(false); + expect(follow.community_view.community.local).toBe(false); let removeCommunityRes = await removeCommunity( beta,