From 8a3f6273eb3564c5023a89ef3cac1a7b1b741218 Mon Sep 17 00:00:00 2001 From: Shagun Prasad Date: Thu, 25 Jun 2026 17:44:21 +0530 Subject: [PATCH] test: update host-config tests for agy --- test/host-config.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/host-config.test.ts b/test/host-config.test.ts index 577057033..ab0d2cc88 100644 --- a/test/host-config.test.ts +++ b/test/host-config.test.ts @@ -30,8 +30,8 @@ const ROOT = path.resolve(import.meta.dir, '..'); // ─── hosts/index.ts ───────────────────────────────────────── describe('hosts/index.ts', () => { - test('ALL_HOST_CONFIGS has 10 hosts', () => { - expect(ALL_HOST_CONFIGS.length).toBe(10); + test('ALL_HOST_CONFIGS has 11 hosts', () => { + expect(ALL_HOST_CONFIGS.length).toBe(11); }); test('ALL_HOST_NAMES matches config names', () => {