Skip to content

Commit 0ebf173

Browse files
committed
fix(test): update client_integration version string 0.1.0 -> 0.1.3
1 parent b51d128 commit 0ebf173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/crates/api/tests/client_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async fn send_message_posts_json_and_parses_response() {
8282
);
8383
assert_eq!(
8484
request.headers.get("user-agent").map(String::as_str),
85-
Some("claude-code/0.1.0")
85+
Some("claude-code/0.1.3")
8686
);
8787
assert_eq!(
8888
request.headers.get("anthropic-beta").map(String::as_str),

0 commit comments

Comments
 (0)