]> Untitled Git - lemmy.git/commitdiff
Trying again.
authorDessalines <tyhou13@gmx.com>
Thu, 17 Dec 2020 20:35:28 +0000 (15:35 -0500)
committerDessalines <tyhou13@gmx.com>
Thu, 17 Dec 2020 20:35:28 +0000 (15:35 -0500)
api_tests/src/post.spec.ts

index de554ba7b6bfc0e582a2bd7af2c94bd67609ae9b..d90cc99c368f168fe49827405e0dcad4305a2abd 100644 (file)
@@ -255,7 +255,7 @@ test('Remove a post from admin and community on same instance', async () => {
   expect(postRes.post).toBeDefined();
 
   // Get the id for beta
-  let searchBeta = await searchPost(beta, postRes.post);
+  let searchBeta = await searchPostLocal(beta, postRes.post);
   let betaPost = searchBeta.posts[0];
   expect(betaPost).toBeDefined();