fix: 'id' key incorrectly passed as 'insert' for some endpoints, refactor with macros

This commit is contained in:
rzmk 2025-12-23 10:25:14 -05:00
parent beb267d5b5
commit 205f6e480b
4 changed files with 283 additions and 1000 deletions

View file

@ -15,6 +15,7 @@ mod tests {
use super::*;
#[tokio::test]
#[ignore = "Set values for const at top of tests file locally."]
async fn status_show() -> Result<(), Box<dyn std::error::Error>> {
let ckan = get_ckan_builder().await;
let response = ckan.status_show().await?;