Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 027793bb02 |
1 changed files with 1 additions and 4 deletions
|
|
@ -742,9 +742,6 @@ mod tests {
|
||||||
client.calls.into_inner().pop().unwrap()
|
client.calls.into_inner().pop().unwrap()
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
assert_eq!(
|
assert_eq!(recorded[0], recorded[1], "vllm request drifted from openai");
|
||||||
recorded[0], recorded[1],
|
|
||||||
"vllm request drifted from openai"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue