fix: import the origins validator in the trigger-http tests

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-08-26 12:32:28 +02:00
co-authored by Claude Opus 5
parent c83c1e1980
commit ba544a7f6e
+2
View File
@@ -403,6 +403,8 @@ pub struct HttpTrigger;
#[cfg(test)]
mod tests {
use super::*;
// Not used by the lib itself, only exercised here.
use windmill_common::global_settings::validate_allowed_origins;
#[test]
fn test_request_type_backward_compatibility() {