Skip to content

Commit

Permalink
Change example.org DNS record (#13904)
Browse files Browse the repository at this point in the history
DNS Changed for this record causing tests to fail

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
  • Loading branch information
2 people authored and nisdas committed Jun 19, 2024
1 parent 12435da commit 45b9013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/p2p/discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 45b9013

Please sign in to comment.