Skip to content

Commit

Permalink
Fix githubaction, goodbye onchain.com
Browse files Browse the repository at this point in the history
  • Loading branch information
rongyi committed Jun 19, 2024
1 parent 31b82d6 commit 3b83817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pserver/connect_controller/connect_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func TestCheckReserveWithDomain(t *testing.T) {
a := assert.New(t)
// this domain only have one A record, so we can assure two lookup below return the same IP
// other domain may fail the test sometimes
dname := "www.onchain.com"
dname := "ont.io"

gips, err := net.LookupHost(dname)
a.Nil(err, "fail to get domain record")
Expand Down

0 comments on commit 3b83817

Please sign in to comment.