From eca7be6da620401d2ea8b4f927323af17e57be48 Mon Sep 17 00:00:00 2001 From: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:49:13 +0100 Subject: [PATCH] test using the new key ID --- .../test/java/co/elastic/apm/attach/AgentDownloaderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-agent-attach-cli/src/test/java/co/elastic/apm/attach/AgentDownloaderTest.java b/apm-agent-attach-cli/src/test/java/co/elastic/apm/attach/AgentDownloaderTest.java index 6b4b2c0271..76f7eb1e6c 100644 --- a/apm-agent-attach-cli/src/test/java/co/elastic/apm/attach/AgentDownloaderTest.java +++ b/apm-agent-attach-cli/src/test/java/co/elastic/apm/attach/AgentDownloaderTest.java @@ -36,7 +36,7 @@ class AgentDownloaderTest { - private static final String TEST_KEY_ID = "90AD76CD56AA73A9"; + private static final String TEST_KEY_ID = "D27D666CD88E42B4"; private final AgentDownloader agentDownloader = new AgentDownloader(new BouncyCastleVerifier());