---
title: testutil.makeRecord() function
description: testutil.makeRecord() is the identity function, but breaks the type connection from input to output.
url: https://docs.influxdata.com/flux/v0/stdlib/internal/testutil/makerecord/
estimated_tokens: 89
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/internal/testutil/makerecord/
date: '2024-04-08T16:01:02-06:00'
lastmod: '2024-04-08T16:01:02-06:00'
---

* Flux 0.68.0+

InfluxDB support

`testutil.makeRecord()` is the identity function, but breaks the type connection from input to output.

##### Function type signature

```js
(o: A) => B where A: Record, B: Record
```

For more information, see [Function type signatures](/flux/v0/function-type-signatures/).

## Parameters

### o

(Required)
Record value.
