mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-27 21:27:01 +00:00
fix: 'id' key incorrectly passed as 'insert' for some endpoints, refactor with macros
This commit is contained in:
parent
beb267d5b5
commit
205f6e480b
4 changed files with 283 additions and 1000 deletions
|
|
@ -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?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue