summaryrefslogtreecommitdiff
path: root/tests/authorization/cedar_authorizer_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/authorization/cedar_authorizer_test.rs')
-rw-r--r--tests/authorization/cedar_authorizer_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/authorization/cedar_authorizer_test.rs b/tests/authorization/cedar_authorizer_test.rs
index 8add9868..0cffeb13 100644
--- a/tests/authorization/cedar_authorizer_test.rs
+++ b/tests/authorization/cedar_authorizer_test.rs
@@ -74,7 +74,7 @@ mod tests {
#[test]
fn test_authenticated_create_sparkle() {
let request = build_request(|item: &mut HttpRequest| {
- item.method = "GET".to_string();
+ item.method = "POST".to_string();
item.path = "/sparkles".to_string();
item.host = "sparkle.staging.runway.gitlab.net".to_string();
item.headers = build_headers(vec![