Closed mworrell closed 3 years ago
We have a test that relies on an external server:
{"Erlang 23.2.7 compatibility", fun() -> Receipt = gen_smtp_client:send_blocking({<<"Info.ContactTracing@sg.ch">>, [<<"maennchen@joshmartin.ch">>], <<"test">>}, [{relay, <<"joshmartin.ch">>}, {port, 25}, {hostname, "smtp.covid19-tracing.ch"}, {retries, 10}] ), ?assertMatch({error, send, _}, Receipt), ok end }
This test should be removed.
We have a test that relies on an external server:
This test should be removed.