mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
fix: import the origins validator in the trigger-http tests
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
c83c1e1980
commit
ba544a7f6e
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user