diff --git a/src/.gitkeep b/src/.gitkeep
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/src/testing_with_CURL/testing_avis-imposition_endpoint.sh b/src/testing_with_CURL/testing_avis-imposition_endpoint.sh
index c4bd55fe678669fcdc993eb7edaef6a901c4864f..988a65f0268a87d3e6e548b0745d4e29c6fef6fe 100755
--- a/src/testing_with_CURL/testing_avis-imposition_endpoint.sh
+++ b/src/testing_with_CURL/testing_avis-imposition_endpoint.sh
@@ -82,7 +82,7 @@ curl -X GET "${API_ENDPOINT_URL}"   \
 sha256sum "${RESULT_FILE}" >> "${BUILD_DIR}/checksum.sha256"
 
 # API key missing
-RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN"
+RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN.json"
 curl -X GET "${API_ENDPOINT_URL}"   \
      -H  "accept: application/json" \
      -H  "X-API-Key: ${API_TOKEN}" > "${RESULT_FILE}"
diff --git a/src/testing_with_CURL/testing_composition-familiale_endpoint.sh b/src/testing_with_CURL/testing_composition-familiale_endpoint.sh
index 732ff7aa9400a0db46fd0518399e793131fa49e9..85034fe07417f23ba6bffd7b6fe0310853a3b899 100755
--- a/src/testing_with_CURL/testing_composition-familiale_endpoint.sh
+++ b/src/testing_with_CURL/testing_composition-familiale_endpoint.sh
@@ -82,7 +82,7 @@ curl -X GET "${API_ENDPOINT_URL}"   \
 sha256sum "${RESULT_FILE}" >> "${BUILD_DIR}/checksum.sha256"
 
 # API key missing
-RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN"
+RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN.json"
 curl -X GET "${API_ENDPOINT_URL}"   \
      -H  "accept: application/json" \
      -H  "X-API-Key: ${API_TOKEN}" > "${RESULT_FILE}"
diff --git a/src/testing_with_CURL/testing_etudiants_endpoint.sh b/src/testing_with_CURL/testing_etudiants_endpoint.sh
index 055a3610d87d877609b38d8c1a41a65075bbebaf..63750bf242fa7760697f7d52d5a04e20f1175252 100755
--- a/src/testing_with_CURL/testing_etudiants_endpoint.sh
+++ b/src/testing_with_CURL/testing_etudiants_endpoint.sh
@@ -81,7 +81,7 @@ curl -X GET "${API_ENDPOINT_URL}"   \
 sha256sum "${RESULT_FILE}" >> "${BUILD_DIR}/checksum.sha256"
 
 # API key missing
-RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN"
+RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN.json"
 curl -X GET "${API_ENDPOINT_URL}"   \
      -H  "accept: application/json" \
      -H  "X-API-Key: ${API_TOKEN}" > "${RESULT_FILE}"
diff --git a/src/testing_with_CURL/testing_introspect_endpoint.sh b/src/testing_with_CURL/testing_introspect_endpoint.sh
index 2ceb24f6e49eaa49f08188c7d23bc7af7d41b587..8c27d523eef1b9979f590119b23069e0a5013059 100755
--- a/src/testing_with_CURL/testing_introspect_endpoint.sh
+++ b/src/testing_with_CURL/testing_introspect_endpoint.sh
@@ -80,7 +80,7 @@ curl -X GET "${API_ENDPOINT_URL}"   \
 sha256sum "${RESULT_FILE}" >> "${BUILD_DIR}/checksum.sha256"
 
 # API key missing
-RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN"
+RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN.json"
 curl -X GET "${API_ENDPOINT_URL}"   \
      -H  "accept: application/json" \
      -H  "X-API-Key: ${API_TOKEN}" > "${RESULT_FILE}"
diff --git a/src/testing_with_CURL/testing_situations-pole-emploi_endpoint.sh b/src/testing_with_CURL/testing_situations-pole-emploi_endpoint.sh
index 0621107886d6be4754bf1e8b4702fdbb3e5103c4..b957f333c899a8f1d4856b560158cf62519c639a 100755
--- a/src/testing_with_CURL/testing_situations-pole-emploi_endpoint.sh
+++ b/src/testing_with_CURL/testing_situations-pole-emploi_endpoint.sh
@@ -81,7 +81,7 @@ curl -X GET "${API_ENDPOINT_URL}"   \
 sha256sum "${RESULT_FILE}" >> "${BUILD_DIR}/checksum.sha256"
 
 # API key missing
-RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN"
+RESULT_FILE="${BUILD_DIR}/${API_ENDPOINT}_token-missing_API_TOKEN.json"
 curl -X GET "${API_ENDPOINT_URL}"   \
      -H  "accept: application/json" \
      -H  "X-API-Key: ${API_TOKEN}" > "${RESULT_FILE}"