From 3a80634c88bbbb7be996d18977d737447b431ea0 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Thu, 14 Mar 2024 16:19:57 +0100 Subject: [PATCH] typo --- .../security_solution_cypress/cypress/support/es_archiver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/support/es_archiver.ts b/x-pack/test/security_solution_cypress/cypress/support/es_archiver.ts index bba90940e43bc..d9072e523c49c 100644 --- a/x-pack/test/security_solution_cypress/cypress/support/es_archiver.ts +++ b/x-pack/test/security_solution_cypress/cypress/support/es_archiver.ts @@ -78,7 +78,7 @@ export const esArchiver = ( } else if (type === 'ftr') { ftrEsArchiverInstance.unload(archiveName); } else { - throw new Error('It is not possible to load the archive.'); + throw new Error('It is not possible to unload the archive.'); } return null; },