diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 08:22:16 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 08:22:16 -0600 |
| commit | 539cf6a187637783ae11becfa9d7b2d5faba4c24 (patch) | |
| tree | 0482c7f4b006da14ec0142cac660a41b1ac0e8e2 /tests/authorization | |
| parent | b5460814d22b1eb2c3c8bdfd2c60ac5560ad0b3c (diff) | |
feat: extract JWT subject claim header
Diffstat (limited to 'tests/authorization')
| -rw-r--r-- | tests/authorization/cedar_authorizer_test.rs | 2 |
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