Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Fix for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grubskim committed Feb 15, 2017
1 parent 2bac389 commit 48176c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private VOTenant getTenantWithSettings(String tenantID) throws NotExistentTenant
}

private void validateTenant(VOTenant tenant) throws WrongTenantConfigurationException {
if (getConfigurationSetting(cfgService, ConfigurationKey.AUTH_MODE).equals("INTERNAL")) {
if (isInternal()) {
return;
}
for (IdpSettingType idpSettingType : getMandatorySSOSettingKeys()) {
Expand Down

0 comments on commit 48176c0

Please sign in to comment.