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 da4280c commit 924f9e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/irods/test/test_pam_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def test_password_max_time_less_than_password_min_time_makes_ttl_constraints_uns
IrodsController().restart()

def test_password_expires_appropriately_based_on_grid_configuration_value(self):
import time

min_time_option_name = 'password_min_time'
max_time_option_name = 'password_max_time'

Expand Down

0 comments on commit 924f9e8

Please sign in to comment.