diff --git a/src/scripts/generate_openfisca_tests_yaml.ts b/src/scripts/generate_openfisca_tests_yaml.ts
index 3ba6b799802448ed0ca00197e649459163c7d3d2..0165f8761be63440448bf6e894689aaa3db2ece7 100644
--- a/src/scripts/generate_openfisca_tests_yaml.ts
+++ b/src/scripts/generate_openfisca_tests_yaml.ts
@@ -294,12 +294,14 @@ function buildYamlOutput(
     name: string
     period: string
     max_spiral_loops: number
+    absolute_error_margin: number
     input: JsonObject
     output: JsonObject
   } = {
     name: name,
     period: year,
     max_spiral_loops: 4,
+    absolute_error_margin: 1,
     input: {},
     output: {},
   }