Skip to content
Snippets Groups Projects
Commit e56b58a3 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

test_identifiers: this gpg signature is not from Linus

parent faf08400
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,8 @@ class RevisionIdentifier(unittest.TestCase): ...@@ -218,7 +218,8 @@ class RevisionIdentifier(unittest.TestCase):
def setUp(self): def setUp(self):
linus_tz = datetime.timezone(datetime.timedelta(minutes=-420)) linus_tz = datetime.timezone(datetime.timedelta(minutes=-420))
linus_gpgsig = b'''\
gpgsig = b'''\
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Darwin) Version: GnuPG v1.4.13 (Darwin)
...@@ -337,7 +338,7 @@ dg1KdHOa34shrKDaOVzW ...@@ -337,7 +338,7 @@ dg1KdHOa34shrKDaOVzW
}, },
'metadata': { 'metadata': {
'extra_headers': [ 'extra_headers': [
['gpgsig', linus_gpgsig], ['gpgsig', gpgsig],
], ],
}, },
'message': b'''Merge branch 'master' of git://github.com/alexhenrie/git-po 'message': b'''Merge branch 'master' of git://github.com/alexhenrie/git-po
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment