From 21b70d36eac59abc23b6b5ece5d7eff1edddf641 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Thu, 23 Jan 2025 17:47:55 +0100 Subject: [PATCH] test: fix up license test after dependency update --- modules/fundamental/src/license/endpoints/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fundamental/src/license/endpoints/test.rs b/modules/fundamental/src/license/endpoints/test.rs index 1192f3b2c..7b6c53b8a 100644 --- a/modules/fundamental/src/license/endpoints/test.rs +++ b/modules/fundamental/src/license/endpoints/test.rs @@ -19,7 +19,7 @@ async fn list_spdx_licenses(ctx: &TrustifyContext) -> Result<(), anyhow::Error> let response: PaginatedResults = app.call_and_read_body_json(request).await; - assert_eq!(673, response.total); + assert_eq!(687, response.total); Ok(()) }