From fb3d8bfe7d92a6e6008a77ec95888eb0ae296267 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 15 Jun 2026 15:45:44 +0100 Subject: [PATCH] oxidized: Fix test kitchen device type --- test/data_bags/oxidized/devices.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data_bags/oxidized/devices.json b/test/data_bags/oxidized/devices.json index 83eb6f641..ae560231b 100644 --- a/test/data_bags/oxidized/devices.json +++ b/test/data_bags/oxidized/devices.json @@ -1,8 +1,8 @@ { "id": "devices", "hardware": { - "test": { - "device": "localhost", + "localhost": { + "device": "apc_aos", "input": "ftp", "username": "oxidized", "password": "password" -- 2.47.3