مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-17 21:39:47 +00:00
test: add tests for message unqueueing
This adds a comprehensive set of tests for the message unqueueing service. Additionally, it improves how message databases are used for testing environments.
هذا الالتزام موجود في:
11
spec/factories/smtp_endpoint_factory.rb
Normal file
11
spec/factories/smtp_endpoint_factory.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :smtp_endpoint do
|
||||
server
|
||||
name { "Example SMTP Endpoint" }
|
||||
hostname { "example.com" }
|
||||
ssl_mode { "None" }
|
||||
port { 25 }
|
||||
end
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم