clearlinux / swupd-client

Software update client
Other
116 stars 61 forks source link

Remove all error messages parsing from API tests #1502

Closed otaviobp closed 4 years ago

otaviobp commented 4 years ago

The idea on having an API test is to test only what's going to be in our API, so error messages shouldn't be validated. If there's need to check an error message it should be checked in another test on another category.