Compare commits
No commits in common. "main" and "v0.2.0" have entirely different histories.
1 changed files with 4 additions and 1 deletions
|
|
@ -742,6 +742,9 @@ mod tests {
|
||||||
client.calls.into_inner().pop().unwrap()
|
client.calls.into_inner().pop().unwrap()
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
assert_eq!(recorded[0], recorded[1], "vllm request drifted from openai");
|
assert_eq!(
|
||||||
|
recorded[0], recorded[1],
|
||||||
|
"vllm request drifted from openai"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue