Remove obsolete loading animation
[Sone.git] / src / test / java / net / pterodactylus / sone / web / WebPageTest.java
index 2bd2680..6f99879 100644 (file)
@@ -243,6 +243,7 @@ public abstract class WebPageTest {
                        }
                });
                when(core.getPost(anyString())).thenReturn(Optional.<Post>absent());
+               when(core.getPostReply(anyString())).thenReturn(Optional.<PostReply>absent());
                when(core.getReplies(anyString())).thenAnswer(new Answer<List<PostReply>>() {
                        @Override
                        public List<PostReply> answer(InvocationOnMock invocation) throws Throwable {