Skip to content

Commit b7db7a8

Browse files
runningcodeclaude
andcommitted
test: Update test expectations for metadata file in build uploads
Update the test mock and expected chunk data to reflect the addition of `.sentry-cli-metadata.txt` to build upload archives. The chunk hash changed from 18e40e6e932d0b622d631e887be454cc2003dbb5 to 985f82b2ff9f3749f9d4c71ecb02e0396b9bc5a3 due to the new metadata file being included in the ZIP. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9ecee6c commit b7db7a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
86 Bytes
Binary file not shown.

tests/integration/build/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ fn command_build_upload_apk_chunked() {
162162
if is_first_assemble_call.swap(false, Ordering::Relaxed) {
163163
r#"{
164164
"state": "created",
165-
"missingChunks": ["18e40e6e932d0b622d631e887be454cc2003dbb5"]
165+
"missingChunks": ["985f82b2ff9f3749f9d4c71ecb02e0396b9bc5a3"]
166166
}"#
167167
} else {
168168
r#"{

0 commit comments

Comments
 (0)