1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix(dkim): fixes bug with signing dkim bodies

هذا الالتزام موجود في:
Adam Cooke
2021-07-28 17:01:42 +00:00
الأصل 21a8d89045
التزام 189dfa509b
4 ملفات معدلة مع 1022 إضافات و5 حذوفات

عرض الملف

@@ -10,7 +10,7 @@ describe Postal::DKIMHeader do
frontmatter, email = contents.split(/^---\n/m, 2)
frontmatter = YAML.load(frontmatter)
email.strip
it "works with #{path.split('/').first}" do
it "works with #{path.split('/').last}" do
mocked_time = Time.at(frontmatter['time'].to_i)
allow(Time).to receive(:now).and_return(mocked_time)