Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part two removing test interface httpclient.Client (#6756)
### Description of the change Follows on from #6746 removing more uses of the httpclient.Client test interface that's causing pain when adding new features, and updates tests to use an `httptest.Server` instead of mocking the client. ### Benefits See #6726 Also fixes more tests that were feigning to assert that errors were equal, but were simply asserting that an error was raised. ### Possible drawbacks ### Applicable issues - fixes #6726 ### Additional information ~~One more PR following which removes the remainder and the interface itself.~~ (Ended up just adding to this PR). --------- Signed-off-by: Michael Nelson <minelson@vmware.com>
- Loading branch information