From 044af762868b20171084166018c07b8f2c3e2643 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 27 Nov 2019 10:06:15 +0100 Subject: [PATCH] api-macro: test: add 'protected' attribute Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/tests/api1.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox-api-macro/tests/api1.rs b/proxmox-api-macro/tests/api1.rs index 6163b94a..e8247d99 100644 --- a/proxmox-api-macro/tests/api1.rs +++ b/proxmox-api-macro/tests/api1.rs @@ -36,6 +36,7 @@ use serde_json::Value; }, }, })] +#[protected] /// Create or verify authentication ticket. /// /// Returns: A ticket.