Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove broken failing test of @Deprecated DNS method #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vorburger
Copy link
Contributor

Because as per #237 this test does not work anymore, see:

dnsTest(io.ipfs.api.APITest)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
IOException contacting IPFS daemon.
404 page not found

Trailer: null
        at io.ipfs.api.APITest.dnsTest(APITest.java:741)
Caused by: java.io.FileNotFoundException: http://127.0.0.1:5001/api/v0/dns?arg=ipfs.io&r=true
        at io.ipfs.api.APITest.dnsTest(APITest.java:741)

And on https://docs.ipfs.tech/reference/kubo/rpc/ there does not (anymore) appear to be a /api/v0/dns.

@ianopolous merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant