diff --git a/modules/fundamental/src/license/endpoints/test.rs b/modules/fundamental/src/license/endpoints/test.rs index 9501457c..a8013c97 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!(666, response.total); + assert_eq!(673, response.total); Ok(()) }