Closed matus-tomlein closed 1 year ago
Issue #83
Checks that the collector URL is not empty in the NetworkConfiguration. In case it is, a invalid_argument error is thrown.
NetworkConfiguration
invalid_argument
This was already the case in the Emitter but not in NetworkConfiguration.
Emitter
Also includes a couple of tests in the build that were missing for some reason.
Issue #83
Checks that the collector URL is not empty in the
NetworkConfiguration
. In case it is, ainvalid_argument
error is thrown.This was already the case in the
Emitter
but not inNetworkConfiguration
.Also includes a couple of tests in the build that were missing for some reason.