Skip to content

Commit

Permalink
add back in a println that was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 16, 2024
1 parent 1b82c53 commit baca3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/client_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,7 @@ mod tests {
let features_cache: Arc<DashMap<String, ClientFeatures>> = Arc::new(DashMap::default());
let token_cache: Arc<DashMap<String, EdgeToken>> = Arc::new(DashMap::default());
let token_header = TokenHeader::from_str("NeedsToBeTested").unwrap();
println!("token_header: {:?}", token_header);
let app = test::init_service(
App::new()
.app_data(Data::from(features_cache.clone()))
Expand Down

0 comments on commit baca3a0

Please sign in to comment.