Skip to content

Commit

Permalink
CI: use h=sha256 in the test key
Browse files Browse the repository at this point in the history
Validate 6275015
  • Loading branch information
flowerysong committed Oct 13, 2024
1 parent 8d0554f commit 06372fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def private_key(scope='session'):
'b98xIeZlgJTnmrj/zuxIKHeVmGKI1j6L3xttdcDiUVRGxoubkFzg9TIBGhdeFkpa0C'
'ZuhB/1/U3f1oG3Upx5o/jXTQk/dwVaaeEXnRmTsfGYn4GQ9ziity1ijLsQIDAQAB\n'
))
f.write(f'elpmaxe._domainkey.example.com v=DKIM1; k=rsa; p={key}\n')
f.write(f'elpmaxe._domainkey.example.com v=DKIM1; k=rsa; h=sha256; p={key}\n')


@pytest.fixture()
Expand Down

0 comments on commit 06372fe

Please sign in to comment.