diff --git a/Source/santad/SNTExecutionControllerTest.m b/Source/santad/SNTExecutionControllerTest.m index 74434a64c..81832f5f1 100644 --- a/Source/santad/SNTExecutionControllerTest.m +++ b/Source/santad/SNTExecutionControllerTest.m @@ -363,7 +363,6 @@ - (void)testAllEventUpload { OCMStub([self.mockFileInfo isMachO]).andReturn(YES); OCMStub([self.mockFileInfo SHA256]).andReturn(@"a"); - OCMExpect([self.mockConfigurator clientMode]).andReturn(SNTClientModeMonitor); OCMExpect([self.mockConfigurator enableAllEventUpload]).andReturn(YES); OCMExpect([self.mockEventDatabase addStoredEvent:OCMOCK_ANY]);