diff --git a/tests/storage_tests/devices_test/stratis_test.py b/tests/storage_tests/devices_test/stratis_test.py index 5aaa12d4f..21c4d0f50 100644 --- a/tests/storage_tests/devices_test/stratis_test.py +++ b/tests/storage_tests/devices_test/stratis_test.py @@ -230,7 +230,7 @@ def test_stratis_encrypted_clevis_tang(self): blivet.partitioning.do_partitioning(self.storage) pool = self.storage.new_stratis_pool(name="blivetTestPool", parents=[bd], - encrypted=True, passphrase="abcde", + encrypted=True, passphrase="fipsneeds8chars", clevis=StratisClevisConfig(pin="tang", tang_url=self._tang_server, tang_thumbprint=None))