Skip to content

Commit 1e55abd

Browse files
committed
Merge pull request #1720 from bettio/remove-last-old-domain-occurrence
test_inet: use new test.atomvm.org These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents bf6759c + 0c97760 commit 1e55abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/libs/estdlib/test_inet.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test() ->
2929
test_getaddr() ->
3030
{ok, {127, 0, 0, 1}} = inet:getaddr(localhost, inet),
3131
{ok, {127, 0, 0, 1}} = inet:getaddr("localhost", inet),
32-
{ok, {_, _, _, _}} = inet:getaddr("www.atomvm.net", inet),
32+
{ok, {_, _, _, _}} = inet:getaddr("test.atomvm.org", inet),
3333
% RFC8880
3434
{ok, {192, 0, 0, LastByte}} = inet:getaddr("ipv4only.arpa", inet),
3535
true = LastByte =:= 170 orelse LastByte =:= 171,

0 commit comments

Comments
 (0)