Skip to content

Commit a07fd3c

Browse files
fix tests
1 parent 45cefc9 commit a07fd3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/integration/_cases/build/build-upload-apk.trycmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
$ sentry-cli build upload tests/integration/_fixtures/build/apk.apk --head-sha 12345678deadbeef78900987feebdaed87654321
33
? success
44
> Preparing for upload completed in [..]
5-
> Uploading completed in [..]
65
Successfully uploaded 1 file to Sentry
7-
- tests/integration/_fixtures/build/apk.apk (http[..]/wat-org/preprod/wat-project/42)
6+
- tests/integration/_fixtures/build/apk.apk (http://sentry.io/wat-org/preprod/wat-project/42)
87

98
```

tests/integration/build/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fn command_build_upload_apk_chunked() {
167167
if is_first_assemble_call.swap(false, Ordering::Relaxed) {
168168
r#"{
169169
"state": "created",
170-
"missingChunks": ["60863d91bb673a1b1b92dbbe91b1de5cc0dde146"]
170+
"missingChunks": ["1d1c9567a6453d0d8029b699bb588ebb946af50d"]
171171
}"#
172172
} else {
173173
r#"{

0 commit comments

Comments
 (0)