File tree Expand file tree Collapse file tree
tests/integration/mobile_app Expand file tree Collapse file tree Original file line number Diff line number Diff 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#"{
You can’t perform that action at this time.
0 commit comments