minor formatting change

This commit is contained in:
Leif Liddy 2022-10-29 12:38:13 +02:00 committed by Megan Wilhite
parent 77acdd868d
commit ec8d325827

View file

@ -874,4 +874,4 @@ def test_gpg_sign(gpghome):
use_passphrase=True,
gnupghome=str(gpghome.path),
)
assert '-----BEGIN PGP SIGNATURE-----' in str(gpg_sign_output)
assert "-----BEGIN PGP SIGNATURE-----" in str(gpg_sign_output)