Change mock generation for tests
[nonrtric/rapp/orufhrecovery.git] / goversion / internal / restclient / client.go
index fdd0549..6857209 100644 (file)
@@ -43,6 +43,7 @@ func (e RequestError) Error() string {
 }
 
 // HTTPClient interface
+//go:generate mockery --name HTTPClient
 type HTTPClient interface {
        Get(url string) (*http.Response, error)