Merge pull request #1003 from sarthurdev/T7628

tpm: T7628: Fix typo in test expected string
This commit is contained in:
Christian Breunig 2025-07-31 16:10:54 +02:00 committed by GitHub
commit 43fdd70e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -813,7 +813,7 @@ try:
except pexpect.TIMEOUT:
log.warning('Did not find GRUB countdown window, ignoring')
c.expect('.*Encrypted config volume has not been mounted', timeout=120)
c.expect('.*encrypted config volume will not be automatically mounted', timeout=120)
loginVM(c, log)