From 5839b6cec0a710a22ea5a10c7d42cbd0483143d0 Mon Sep 17 00:00:00 2001 From: Raynor Chavez Date: Tue, 25 Feb 2025 22:17:53 +1100 Subject: [PATCH] test --- internal/provider/indices_resource_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/provider/indices_resource_test.go b/internal/provider/indices_resource_test.go index ab50a61..eeea58d 100644 --- a/internal/provider/indices_resource_test.go +++ b/internal/provider/indices_resource_test.go @@ -862,7 +862,7 @@ func TestAccResourceMaximalIndex(t *testing.T) { resource.TestCheckResourceAttr("marqo_index.test", "settings.text_preprocessing.split_length", "3"), resource.TestCheckResourceAttr("marqo_index.test", "settings.text_preprocessing.split_method", "sentence"), resource.TestCheckResourceAttr("marqo_index.test", "settings.text_preprocessing.split_overlap", "1"), - resource.TestCheckResourceAttr("marqo_index.test", "settings.image_preprocessing.patch_method", "grid"), + resource.TestCheckResourceAttr("marqo_index.test", "settings.image_preprocessing.patch_method", "simple"), resource.TestCheckResourceAttr("marqo_index.test", "settings.video_preprocessing.split_length", "6"), resource.TestCheckResourceAttr("marqo_index.test", "settings.video_preprocessing.split_overlap", "2"), resource.TestCheckResourceAttr("marqo_index.test", "settings.audio_preprocessing.split_length", "6"), @@ -952,7 +952,7 @@ func testAccResourceMaximalIndexConfig(name string) string { split_overlap = 1 } image_preprocessing = { - patch_method = "grid" + patch_method = "simple" } video_preprocessing = { split_length = 6 @@ -1015,7 +1015,7 @@ func testAccResourceMaximalIndexConfigUpdated(name string) string { split_overlap = 1 } image_preprocessing = { - patch_method = "grid" + patch_method = "simple" } video_preprocessing = { split_length = 6