From 45b90130f1bc341dc45ad1f3a406e96ce1d7e0f4 Mon Sep 17 00:00:00 2001 From: Alec Thomas <112640918+a-thomas-22@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:36:30 -0500 Subject: [PATCH] Change example.org DNS record (#13904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DNS Changed for this record causing tests to fail Co-authored-by: Radosław Kapka --- beacon-chain/p2p/discovery_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon-chain/p2p/discovery_test.go b/beacon-chain/p2p/discovery_test.go index e9b8a8368870..8860a2d0fad5 100644 --- a/beacon-chain/p2p/discovery_test.go +++ b/beacon-chain/p2p/discovery_test.go @@ -317,7 +317,7 @@ func TestHostIsResolved(t *testing.T) { // As defined in RFC 2606 , example.org is a // reserved example domain name. exampleHost := "example.org" - exampleIP := "93.184.216.34" + exampleIP := "93.184.215.14" s := &Service{ cfg: &Config{