Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Fix repeated header in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Aug 15, 2024
1 parent 6d57a19 commit 6f8256a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vtn/api/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ mod test {
.method(http::Method::GET)
.uri(format!("/events/{event_id}"))
.header(http::header::AUTHORIZATION, format!("Bearer {}", token))
.header(http::header::AUTHORIZATION, format!("Bearer {}", token))
.body(Body::empty())
.unwrap(),
)
Expand Down

0 comments on commit 6f8256a

Please sign in to comment.