From 80f581e4b5dd0f21a475b7f96c3a2ceda4df33f3 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Fri, 12 Dec 2025 14:23:30 -0600 Subject: [PATCH] Remove env.tpl file, as it will be created in the test workflow automatically --- tests/.env.tpl | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/.env.tpl diff --git a/tests/.env.tpl b/tests/.env.tpl deleted file mode 100644 index 15d7272..0000000 --- a/tests/.env.tpl +++ /dev/null @@ -1,3 +0,0 @@ -FILE_SECRET=op://acceptance-tests/test-secret/password -FILE_SECRET_IN_SECTION=op://acceptance-tests/test-secret/test-section/password -FILE_MULTILINE_SECRET=op://acceptance-tests/multiline-secret/notesPlain \ No newline at end of file