From 20d4e07fa0c8cfdf833054e2c443f33185bc82dc Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:57:50 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/cli/run/run-autoinstall-security.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/run/run-autoinstall-security.test.ts b/test/cli/run/run-autoinstall-security.test.ts index 5c279652f0..f59cff1610 100644 --- a/test/cli/run/run-autoinstall-security.test.ts +++ b/test/cli/run/run-autoinstall-security.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from "bun:test"; -import { bunEnv, bunExe, normalizeBunSnapshot, tempDirWithFiles } from "harness"; +import { bunEnv, bunExe, tempDirWithFiles } from "harness"; describe("autoinstall with security provider", () => { test("should disable autoinstall when security provider is configured", async () => {