From 73976e975ddf4dd0cbb5aa49425cf36e5655cd5c Mon Sep 17 00:00:00 2001 From: 0cyn Date: Sat, 25 Apr 2026 15:18:38 -0400 Subject: Re-add license text field to API --- rust/tests/repository.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/tests') diff --git a/rust/tests/repository.rs b/rust/tests/repository.rs index ac861b2c..d22f900d 100644 --- a/rust/tests/repository.rs +++ b/rust/tests/repository.rs @@ -20,6 +20,7 @@ fn test_list() { for plugin in &plugins { let plugin_path = plugin.path(); let plugin_by_path = repository.plugin_by_path(&plugin_path).unwrap(); + let _license_text = plugin.license_text(); assert_eq!(plugin.package_url(), plugin_by_path.package_url()); } } -- cgit v1.3.1