Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed May 6, 2024
1 parent b1a1f9e commit 0a62aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/cors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mod tests {
fn test_get_allowed_origin() {
let mut headers = HeaderMap::new();

let test_cases = vec![
let test_cases = [
("https://forc.pub", true),
("https://forc-pub.vercel.app", true),
("https://forc-pub-git-api-tokens-fuel-labs.vercel.app", true),
Expand Down

0 comments on commit 0a62aa4

Please sign in to comment.