unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
28 stars 5 forks source link

Remove client URL assignment in tests #85

Closed pederhan closed 5 months ago

pederhan commented 5 months ago

This PR removes the redundant assignment of test server URL in tests. We already assign the URL in the async_client fixture.