Skip to content

Commit

Permalink
Fix failed resolve error msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Feb 12, 2024
1 parent 4170ae2 commit 2e69714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_ipfs_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule ExIpfsTest do
assert %ExIpfs.ApiError{} = response

assert response.message ==
"could not resolve name: _dnslink subdomain at \"ipns.foo\" is missing a TXT record (https://docs.ipfs.tech/concepts/dnslink/)"
"DNSLink lookup for \"ipns.foo.\" failed: could not resolve name: DNSLink lookup could not find a TXT record (https://docs.ipfs.tech/concepts/dnslink/)"

assert response.code == 0
assert response.type == "error"
Expand Down

0 comments on commit 2e69714

Please sign in to comment.