chore: print test image url
This commit is contained in:
parent
fd9424a350
commit
fdb7d62d0c
|
|
@ -27,7 +27,8 @@ async fn completion_image_test() {
|
|||
.await
|
||||
.unwrap();
|
||||
let text = collect_stream_text(stream).await;
|
||||
assert!(text.contains("http://localhost:8000"));
|
||||
println!("{}", text);
|
||||
assert!(text.contains("http://localhost"));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
|
|||
Loading…
Reference in New Issue