مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-17 21:39:47 +00:00
test: add initial tests for Postal::SMTPServer::Client
هذا الالتزام موجود في:
11
spec/factories/http_endpoint_factory.rb
Normal file
11
spec/factories/http_endpoint_factory.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :http_endpoint do
|
||||
server
|
||||
name { "HTTP endpoint" }
|
||||
url { "https://example.com/endpoint" }
|
||||
encoding { "BodyAsJSON" }
|
||||
format { "Hash" }
|
||||
end
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم