From a05b79e2a98555f271a9bf36c1346b5d815f439e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 17 Nov 2025 00:28:04 -0500 Subject: [PATCH] tests: add inline comments on the python app.json file This is the most-used app and therefore most-used app.json file, so this should allow us to test that moving to a new json parser works as expected. --- tests/apps/python/app.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/apps/python/app.json b/tests/apps/python/app.json index 698956d99..246998f6f 100644 --- a/tests/apps/python/app.json +++ b/tests/apps/python/app.json @@ -14,7 +14,9 @@ }, "scripts": { "dokku": { + // this is a comment for the postdeploy script "postdeploy": "touch /app/postdeploy.test", + // this is a comment for the predeploy script "predeploy": "touch /app/predeploy.test" } }