eclipse-hara / hara-ddiclient

Hara-ddiclient is a Kotlin library that facilitates and speeds up the development of DDI API clients for devices connecting to hawkBit servers.
https://projects.eclipse.org/projects/iot.hawkbit.hara
Eclipse Public License 2.0
18 stars 13 forks source link

Allow passing null auth tokens to DDI-Client #48

Closed SaeedRe closed 8 months ago

SaeedRe commented 8 months ago

The testNg lib seems to run the tests in parallel which can affect the test. Changed the order of the tests to prevent unexpected issues.