Skip to content

Commit

Permalink
squash with 'Add tests for auth configurations'
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 27, 2023
1 parent 4e429a4 commit da4280c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/irods/test/test_pam_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ def test_password_expires_appropriately_based_on_grid_configuration_value(self):
self.admin.assert_icommand(
['iadmin', 'get_grid_configuration', self.configuration_namespace, max_time_option_name], 'STDOUT')

base_ttl_in_seconds = base_ttl_in_hours * 3600

# When no TTL is specified, the default value is the minimum password lifetime as configured in
# R_GRID_CONFIGURATION.
ttl = 4
Expand Down

0 comments on commit da4280c

Please sign in to comment.