From 82375f9b89d13ec8ac4683d058a28071a2e0e312 Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Mon, 17 Nov 2025 14:51:15 +0200 Subject: [PATCH] test: Update image link assertion - Change assertion for image link detection - Use `file_type` instead of `is_image_link` --- lib/data/atlas/client/client_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/data/atlas/client/client_test.v b/lib/data/atlas/client/client_test.v index c891441f..ee6a339d 100644 --- a/lib/data/atlas/client/client_test.v +++ b/lib/data/atlas/client/client_test.v @@ -524,7 +524,7 @@ fn test_get_page_links_success() { assert links.len == 2 assert links[0].target_item_name == 'logo.png' assert links[0].target_collection_name == 'testcollection' - assert links[0].is_image_link == true + assert links[0].file_type == .image } // Test get_page_links - no links