Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 13, 2024
1 parent 0367266 commit 2c8006e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void adminTeams() throws Exception {
{
AdminTeamsSettingsInfoResponse obj = parse(prefix + "settings.info", AdminTeamsSettingsInfoResponse.class);
verifyIfAllGettersReturnNonNull(obj);
verifyIfAllGettersReturnNonNullRecursively(obj.getTeam(), "getDiscoverable");
verifyIfAllGettersReturnNonNullRecursively(obj.getTeam(), "getDiscoverable", "getLobSalesHomeEnabled");
}
{
AdminTeamsSettingsSetDefaultChannelsResponse obj = parse(prefix + "settings.setDefaultChannels",
Expand Down

0 comments on commit 2c8006e

Please sign in to comment.