From eff0c06cb09051f2298bfaf1bfbec8ebd6461f2d Mon Sep 17 00:00:00 2001 From: Ngo Quoc Viet <123613986+NgoQuocViet2001@users.noreply.github.com> Date: Sun, 13 Sep 2026 02:52:20 +0700 Subject: [PATCH] fix(importer-postman): stop swapping the API key name and its value (#643) --- plugins/importer-postman/src/index.ts | 6 ++++-- plugins/importer-postman/tests/fixtures/auth.input.json | 4 ++-- plugins/importer-postman/tests/fixtures/auth.output.json | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/importer-postman/src/index.ts b/plugins/importer-postman/src/index.ts index 7e617e43..9f05859f 100644 --- a/plugins/importer-postman/src/index.ts +++ b/plugins/importer-postman/src/index.ts @@ -294,8 +294,10 @@ function importAuth(rawAuth: unknown): Pick