From da0ff7581991ffe97662878034e8939bc7d0173b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Ctvrtka?= Date: Thu, 19 Sep 2024 15:23:34 +0200 Subject: [PATCH] PMM-13132 Change path for test. --- encryption-rotation/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encryption-rotation/main_test.go b/encryption-rotation/main_test.go index 3f0d8270c4..ccb8968c69 100644 --- a/encryption-rotation/main_test.go +++ b/encryption-rotation/main_test.go @@ -34,7 +34,7 @@ import ( ) const ( - encryptionKeyTestPath = "/srv/pmm-encryption-rotation-test.key" + encryptionKeyTestPath = "pmm-encryption-rotation-test.key" originEncryptionKey = `CMatkOIIEmQKWAowdHlwZS5nb29nbGVhcGlzLmNvbS9nb29nbGUuY3J5cHRvLnRpbmsuQWVzR2NtS2V5EiIaIKDxOKZxwiJl5Hj6oPZ/unTzmAvfwHWzZ1Wli0vac15YGAEQARjGrZDiCCAB` // pmm-managed-username encrypted with originEncryptionKey originUsernameHash = `AYxEFsZsg7lp9+eSy6+wPFHlaNNy0ZpTbYN0NuCLPnQOZUYf2S6H9B+XJdF4+DscxC/pJwI=`