Change mock generation for tests
[nonrtric/rapp/orufhrecovery.git] / goversion / internal / restclient / client_test.go
index 2c915fd..fedd668 100644 (file)
@@ -33,7 +33,7 @@ import (
        "github.com/hashicorp/go-retryablehttp"
        "github.com/stretchr/testify/mock"
        "github.com/stretchr/testify/require"
-       "oransc.org/usecase/oruclosedloop/mocks"
+       "oransc.org/usecase/oruclosedloop/internal/restclient/mocks"
 )
 
 func TestRequestError_Error(t *testing.T) {