We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a3639 commit c38cc32Copy full SHA for c38cc32
src/test/java/io/ipfs/api/APITest.java
@@ -701,7 +701,7 @@ public void bootstrapTest() throws IOException {
701
@Test
702
public void diagTest() throws IOException {
703
Map config = ipfs.config.show();
704
- Object mdns = ipfs.config.get("Discovery.MDNS.Interval");
+ Object api = ipfs.config.get("Addresses.API");
705
Object val = ipfs.config.get("Datastore.GCPeriod");
706
Map setResult = ipfs.config.set("Datastore.GCPeriod", val);
707
ipfs.config.replace(new NamedStreamable.ByteArrayWrapper(JSONParser.toString(config).getBytes()));
0 commit comments