tests: another random string changed in 2.8.3

This commit is contained in:
David Wilson 2019-08-14 12:05:13 +01:00
parent 7e0c2fd1af
commit bc275b2526
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
that: | that: |
out.failed and ( out.failed and (
('password is required' in out.msg) or ('password is required' in out.msg) or
('Missing sudo password' in out.msg) or
('password is required' in out.module_stderr) ('password is required' in out.module_stderr)
) )