From 030e8b837eb801fc86a549a98d51288b60f6b4ce Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 29 Oct 2025 07:08:02 -0700 Subject: [PATCH] Fix incorrect Postman AWS auth key mapping and update test fixtures --- plugins/importer-postman/src/index.ts | 2 +- plugins/importer-postman/tests/fixtures/auth.output.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/importer-postman/src/index.ts b/plugins/importer-postman/src/index.ts index a0300e9b..bbe85c99 100644 --- a/plugins/importer-postman/src/index.ts +++ b/plugins/importer-postman/src/index.ts @@ -273,7 +273,7 @@ function importAuth(rawAuth: unknown): Pick