From 61c389f783f8866204d9088bb8f05aa3e6d25990 Mon Sep 17 00:00:00 2001 From: Alexander Saal Date: Sun, 3 May 2026 13:28:09 +0200 Subject: [PATCH] fix: rename ftpuser empty-list fixture to success_ variant The fixture was a successful KAS response (TRUE + empty array), not a fault. Renamed to match the actual envelope shape so the filename matches the convention used elsewhere in testdata/. --- ...empty_list.xml => get_ftpuser_response_success_empty_list.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testdata/ftpuser/{get_ftpuser_response_failed_empty_list.xml => get_ftpuser_response_success_empty_list.xml} (100%) diff --git a/testdata/ftpuser/get_ftpuser_response_failed_empty_list.xml b/testdata/ftpuser/get_ftpuser_response_success_empty_list.xml similarity index 100% rename from testdata/ftpuser/get_ftpuser_response_failed_empty_list.xml rename to testdata/ftpuser/get_ftpuser_response_success_empty_list.xml