Skip to content

Commit 0c3e8d4

Browse files
committed
Fix tests
1 parent 5703982 commit 0c3e8d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/mobile_app/upload.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn command_mobile_app_upload_apk_chunked() {
159159
"/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/",
160160
)
161161
.with_header_matcher("content-type", "application/json")
162-
.with_matcher(r#"{"checksum":"18e40e6e932d0b622d631e887be454cc2003dbb5","chunks":["18e40e6e932d0b622d631e887be454cc2003dbb5"],"git_sha":"test_sha"}"#)
162+
.with_matcher(r#"{"checksum":"18e40e6e932d0b622d631e887be454cc2003dbb5","chunks":["18e40e6e932d0b622d631e887be454cc2003dbb5"],"head_sha":"test_head_sha"}"#)
163163
.with_response_fn(move |_| {
164164
if is_first_assemble_call.swap(false, Ordering::Relaxed) {
165165
r#"{
@@ -213,7 +213,7 @@ fn command_mobile_app_upload_ipa_chunked() {
213213
"/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/",
214214
)
215215
.with_header_matcher("content-type", "application/json")
216-
.with_matcher(r#"{"checksum":"ed9da71e3688261875db21b266da84ffe004a8a4","chunks":["ed9da71e3688261875db21b266da84ffe004a8a4"],"git_sha":"test_sha"}"#)
216+
.with_matcher(r#"{"checksum":"ed9da71e3688261875db21b266da84ffe004a8a4","chunks":["ed9da71e3688261875db21b266da84ffe004a8a4"],"head_sha":"test_head_sha"}"#)
217217
.with_response_fn(move |_| {
218218
if is_first_assemble_call.swap(false, Ordering::Relaxed) {
219219
r#"{

0 commit comments

Comments
 (0)