Skip to content

Commit

Permalink
fix: test join path faststr
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Mar 9, 2025
1 parent 3e58bf5 commit e473022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volo-grpc/src/transport/request_extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod tests {
let computed =
ext.join_path_faststr(&"/com.sample.ServiceName/OpenTokenizerSession".into());

let uri: Uri = "https://1.1.1.1:8443/override-path/com.sample.ServiceName/OpenTokenizerSession?token=1".parse().unwrap();
let uri: Uri = "https://tokenizer.agw.prod.internal:8443/override-path/com.sample.ServiceName/OpenTokenizerSession?token=1".parse().unwrap();
assert_eq!(computed, uri);
}
}

0 comments on commit e473022

Please sign in to comment.