From 6c29a72a98a3fcf7e22f92335d02b7b701256801 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Fri, 6 Sep 2013 19:23:15 +0200 Subject: [PATCH] fix authenticator tests - initialize _NOT_ being in the appstore --- Support/HockeySDKTests/BITAuthenticatorTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/HockeySDKTests/BITAuthenticatorTests.m b/Support/HockeySDKTests/BITAuthenticatorTests.m index 67c78ba76f..6614789ae1 100644 --- a/Support/HockeySDKTests/BITAuthenticatorTests.m +++ b/Support/HockeySDKTests/BITAuthenticatorTests.m @@ -40,7 +40,7 @@ static void *kInstallationIdentification = &kInstallationIdentification; - (void)setUp { [super setUp]; - _sut = [[BITAuthenticator alloc] initWithAppIdentifier:nil isAppStoreEnvironemt:YES]; + _sut = [[BITAuthenticator alloc] initWithAppIdentifier:nil isAppStoreEnvironemt:NO]; } - (void)tearDown {