diff --git a/hcloud/exp/mockutil/http.go b/hcloud/exp/mockutil/http.go index ad9a53fb..03aac1da 100644 --- a/hcloud/exp/mockutil/http.go +++ b/hcloud/exp/mockutil/http.go @@ -27,7 +27,7 @@ type Request struct { JSONRaw string } -// Handler is used with a [Server] to mock http requests provided by the user. +// Handler is using a [Server] to mock http requests provided by the user. func Handler(t *testing.T, requests []Request) http.HandlerFunc { t.Helper()