From 154e284225846dd47021d372216b22a96fc58885 Mon Sep 17 00:00:00 2001 From: Sirija Reddy Date: Tue, 28 Apr 2026 14:02:40 +0530 Subject: [PATCH] fix: naming inconsistencies in integration test files Signed-off-by: Sirija Reddy --- .../{test_resources_records_v1.py => test_resource_records_v1.py} | 0 .../{test_zone_settings_v1.py => test_zones_settings_v1.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/{test_resources_records_v1.py => test_resource_records_v1.py} (100%) rename test/integration/{test_zone_settings_v1.py => test_zones_settings_v1.py} (100%) diff --git a/test/integration/test_resources_records_v1.py b/test/integration/test_resource_records_v1.py similarity index 100% rename from test/integration/test_resources_records_v1.py rename to test/integration/test_resource_records_v1.py diff --git a/test/integration/test_zone_settings_v1.py b/test/integration/test_zones_settings_v1.py similarity index 100% rename from test/integration/test_zone_settings_v1.py rename to test/integration/test_zones_settings_v1.py