From 6784110ea32d6961e314497ea223cbfc63227b75 Mon Sep 17 00:00:00 2001 From: Shweta Singh Date: Thu, 6 Feb 2025 13:03:51 +0530 Subject: [PATCH] Update tests/foreman/ui/test_user.py Co-authored-by: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com> --- tests/foreman/ui/test_user.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/foreman/ui/test_user.py b/tests/foreman/ui/test_user.py index f64ffa9756..607489538e 100644 --- a/tests/foreman/ui/test_user.py +++ b/tests/foreman/ui/test_user.py @@ -328,7 +328,6 @@ def test_positive_invalidate_jwt( :Verifies: SAT-27537, SAT-27538, SAT-27539 - :CaseImportance: High """ password = gen_string('alpha') roles = [module_target_sat.api.Role().create()]