Skip to content

Commit

Permalink
Fix an assert in RHSSO test (SatelliteQE#17089)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Dec 12, 2024
1 parent 4075522 commit 46df5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_ldapauthsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_rhsso_login_using_hammer(
).status()
assert (
f"Session exists, currently logged in as '{settings.rhsso.rhsso_user}'."
== result[0]['message']
in result[0]['message']
)
task_list = module_target_sat.cli.Task.with_user(
username=settings.rhsso.rhsso_user, password=settings.rhsso.rhsso_password
Expand Down

0 comments on commit 46df5a2

Please sign in to comment.