Skip to content

Commit

Permalink
Merge pull request #1336 from rjeffman/idoverrideuser_client_context_…
Browse files Browse the repository at this point in the history
…test

tests/idoverrideuser: Fix client context test when running on client
  • Loading branch information
t-woerner authored Jan 31, 2025
2 parents 9195494 + f5f4549 commit 0da0b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/idoverrideuser/test_idoverrideuser_client_context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
ipaidoverrideuser:
ipaadmin_password: SomeADMINpassword
ipaapi_context: server
name: ThisShouldNotWork
idview: ThisShouldNotWork
anchor: ThisShouldNotWork
register: result
failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*"))
when: ipa_host_is_client
Expand Down

0 comments on commit 0da0b22

Please sign in to comment.