From f6fa6c4f157fbda1900f6b24421d7533be336890 Mon Sep 17 00:00:00 2001 From: Leonardo Cunha Date: Fri, 29 Nov 2024 07:56:38 -0300 Subject: [PATCH] refactor --- test/local-env-template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/local-env-template.js b/test/local-env-template.js index 39a17c1..b086b75 100644 --- a/test/local-env-template.js +++ b/test/local-env-template.js @@ -1,4 +1,4 @@ module.exports = { - TILLO_KEY: '', + TILLO_API_KEY: '', TILLO_SECRET: '', }