Uplift from master branch
[nonrtric.git] / test / usecases / odusliceassurance / goversion / internal / sliceassurance / app.go
index 7dc84b1..2cef277 100644 (file)
@@ -39,7 +39,7 @@ const (
 )
 
 type App struct {
-       client          restclient.HTTPClient
+       client          *restclient.Client
        metricsPolicies *structures.SliceAssuranceMeas
 }