From 59d0656b7cf7ecc3c51787ec37c5e1e4862e4330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Mon, 13 Jul 2026 04:36:27 +0300 Subject: [PATCH] fix(powershell): mark non-ASCII tests as UTF-8 --- tests/Autopilot.Common.Tests.ps1 | 2 +- tests/Autopilot.Operator.Tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Autopilot.Common.Tests.ps1 b/tests/Autopilot.Common.Tests.ps1 index f0fc325..09bee81 100644 --- a/tests/Autopilot.Common.Tests.ps1 +++ b/tests/Autopilot.Common.Tests.ps1 @@ -1,4 +1,4 @@ -#requires -Modules Pester +#requires -Modules Pester # Unit tests for the pure/deterministic helper functions in # scripts/lib/Autopilot.Common.psm1. These functions build gh payloads, diff --git a/tests/Autopilot.Operator.Tests.ps1 b/tests/Autopilot.Operator.Tests.ps1 index e21e1f8..b2c8738 100644 --- a/tests/Autopilot.Operator.Tests.ps1 +++ b/tests/Autopilot.Operator.Tests.ps1 @@ -1,4 +1,4 @@ -#requires -Modules Pester +#requires -Modules Pester # Unit tests for the safety/parse logic inside scripts/autopilot-operator.ps1. #