summaryrefslogtreecommitdiff
path: root/archaeological_files
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-15 18:37:26 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commitc909dc8902c4fe51394982146c133eaa85c277a0 (patch)
tree803e5d2cfbf1ba8e4b4dc818027c83d8ce81516b /archaeological_files
parent20a9a040b572911462817806ec38d19e1a6b7e13 (diff)
downloadIshtar-c909dc8902c4fe51394982146c133eaa85c277a0.tar.bz2
Ishtar-c909dc8902c4fe51394982146c133eaa85c277a0.zip
Fix null -> "" errors - fix tests
Diffstat (limited to 'archaeological_files')
-rw-r--r--archaeological_files/fixtures/initial_data-fr.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/archaeological_files/fixtures/initial_data-fr.json b/archaeological_files/fixtures/initial_data-fr.json
index 4941364ef..2c9847587 100644
--- a/archaeological_files/fixtures/initial_data-fr.json
+++ b/archaeological_files/fixtures/initial_data-fr.json
@@ -138,7 +138,7 @@
"fields": {
"label": "Non pr\u00e9cis\u00e9",
"txt_idx": "NP",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -156,7 +156,7 @@
"fields": {
"label": "Certificat d'urbanisme",
"txt_idx": "CU",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -165,7 +165,7 @@
"fields": {
"label": "\u00c9tude d'impact",
"txt_idx": "EI",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -174,7 +174,7 @@
"fields": {
"label": "Autre",
"txt_idx": "O",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -183,7 +183,7 @@
"fields": {
"label": "Installation class\u00e9e",
"txt_idx": "IC",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -192,7 +192,7 @@
"fields": {
"label": "Autorisation",
"txt_idx": "AUT",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -210,7 +210,7 @@
"fields": {
"label": "Autorisation de travaux",
"txt_idx": "AT",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -219,7 +219,7 @@
"fields": {
"label": "\u00c9tude pr\u00e9alable MH",
"txt_idx": "EMH",
- "comment": null,
+ "comment": "",
"available": true
}
},
@@ -237,7 +237,7 @@
"fields": {
"label": "Autorisation de lotir",
"txt_idx": "AL",
- "comment": null,
+ "comment": "",
"available": true
}
},