diff --git a/libnetwork/drivers/remote/driver_test.go b/libnetwork/drivers/remote/driver_test.go index d34405eaae..72b0aa8da4 100644 --- a/libnetwork/drivers/remote/driver_test.go +++ b/libnetwork/drivers/remote/driver_test.go @@ -546,7 +546,7 @@ func TestMissingValues(t *testing.T) { type rollbackEndpoint struct{} -func (r *rollbackEndpoint) Interface() driverapi.InterfaceInfo { +func (r *rollbackEndpoint) Interface() *rollbackEndpoint { return r }