diff --git a/Support/HockeySDKTests/BITAuthenticatorTests.m b/Support/HockeySDKTests/BITAuthenticatorTests.m index 24db000c49..fd82d32eb0 100644 --- a/Support/HockeySDKTests/BITAuthenticatorTests.m +++ b/Support/HockeySDKTests/BITAuthenticatorTests.m @@ -277,7 +277,7 @@ static void *kInstallationIdentification = &kInstallationIdentification; [_sut storeInstallationIdentifier:@"asd" withType:BITAuthenticatorIdentificationTypeHockeyAppEmail]; - OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:(id)anything()]); + OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:YES]); [_sut authenticate]; OCMVerifyAll(mockAuthenticator); }