X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FSoneCommandTest.kt;fp=src%2Ftest%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FSoneCommandTest.kt;h=2f2de5c3d8529b8e1985e4ae653b4fb2c5a71ee3;hb=92adeef899fe2798c0952a6585463448cbf56c94;hp=b2fb4aeea47e61a85bd3ca266232e5299eb4cfd3;hpb=00c0f66598af0a462cb367fbf1ad67512878cf5e;p=Sone.git diff --git a/src/test/kotlin/net/pterodactylus/sone/fcp/SoneCommandTest.kt b/src/test/kotlin/net/pterodactylus/sone/fcp/SoneCommandTest.kt index b2fb4ae..2f2de5c 100644 --- a/src/test/kotlin/net/pterodactylus/sone/fcp/SoneCommandTest.kt +++ b/src/test/kotlin/net/pterodactylus/sone/fcp/SoneCommandTest.kt @@ -37,6 +37,7 @@ abstract class SoneCommandTest { @Before fun setupCore() { whenever(core.getSone(anyString())).thenReturn(absent()) + whenever(core.getPost(anyString())).thenReturn(absent()) } protected fun requestWithoutAnyParameterResultsInFcpException() {