From 924f9e8e1149a288e61ea07cfb08de27b1738e95 Mon Sep 17 00:00:00 2001 From: Alan King Date: Wed, 27 Sep 2023 13:07:34 -0400 Subject: [PATCH] squash with 'Add tests for auth configurations' --- scripts/irods/test/test_pam_password.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/irods/test/test_pam_password.py b/scripts/irods/test/test_pam_password.py index b57517f0b2..3cb83c5324 100644 --- a/scripts/irods/test/test_pam_password.py +++ b/scripts/irods/test/test_pam_password.py @@ -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'