fix(test): update client_integration version string 0.1.0 -> 0.1.3

This commit is contained in:
YeonGyu-Kim
2026-05-25 12:36:45 +09:00
parent bd9102f851
commit 60108dfbf6

View File

@@ -82,7 +82,7 @@ async fn send_message_posts_json_and_parses_response() {
);
assert_eq!(
request.headers.get("user-agent").map(String::as_str),
Some("claude-code/0.1.0")
Some("claude-code/0.1.3")
);
assert_eq!(
request.headers.get("anthropic-beta").map(String::as_str),