Skip to content

Commit 24dd078

Browse files
committed
fix: tests
Signed-off-by: Lukas Reining <[email protected]>11 Signed-off-by: Lukas Reining <[email protected]>
1 parent 5462fa4 commit 24dd078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/open-telemetry/src/lib/metrics/metrics-hook.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe(MetricsHook.name, () => {
170170
} as EvaluationDetails<number>;
171171

172172
// configure a mapper for our custom properties
173-
const attributeMapper: AttributeMapper = (flagMetadata) => {
173+
const attributeMapper: AttributeMapper = (_, { flagMetadata }) => {
174174
return {
175175
[CUSTOM_ATTR_KEY_1]: flagMetadata[CUSTOM_ATTR_KEY_1],
176176
[CUSTOM_ATTR_KEY_2]: flagMetadata[CUSTOM_ATTR_KEY_2],

0 commit comments

Comments
 (0)