]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7444 Fix ITs
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 16 Mar 2016 11:58:40 +0000 (12:58 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 16 Mar 2016 11:58:40 +0000 (12:58 +0100)
it/it-tests/src/test/java/it/user/BaseIdentityProviderTest.java

index eda3d581f1219d9011dabff3b34c9507663d3d90..a7fa90117dd0f217e1ca8dba0afde76aea0a4145 100644 (file)
@@ -79,6 +79,7 @@ public class BaseIdentityProviderTest {
     userRule.deactivateUsers(USER_LOGIN);
     setServerProperty(ORCHESTRATOR, "sonar.auth.fake-base-id-provider.enabled", null);
     setServerProperty(ORCHESTRATOR, "sonar.auth.fake-base-id-provider.user", null);
+    setServerProperty(ORCHESTRATOR, "sonar.auth.fake-base-id-provider.throwUnauthorizedMessage", null);
   }
 
   @Test