We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39fc4d commit ccbc069Copy full SHA for ccbc069
1 file changed
tests/test_autograph_utils.py
@@ -65,8 +65,8 @@
65
STAGE_CERT_CHAIN = open(STAGE_CERT_PATH, "rb").read()
66
STAGE_CERT_LIST = autograph_utils.split_pem(STAGE_CERT_CHAIN)
67
STAGE_ROOT_HASH = decode_mozilla_hash(
68
- "3C:01:44:6A:BE:90:36:CE:A9:A0:9A:CA:A3:A5:20:AC:"
69
- + "62:8F:20:A7:AE:32:CE:86:1C:B2:EF:B7:0F:A0:C7:45"
+ "DB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:"
+ + "6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90"
70
)
71
72
0 commit comments