google / coapblaster

A Java Library for implementing CoAP clients and servers.
Apache License 2.0
35 stars 13 forks source link

Stop using coap.me in unit tests #1

Open darconeous opened 5 years ago

darconeous commented 5 years ago

Currently there are a few unit tests which actually use coap://coap.me, which isn't really a great idea long-term. This issue is tracking the replacement of those unit tests with more robust tests that don't rely on internet access nor burden third-party services.