File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/integration/mobile_app Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ 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"],"head_sha":"test_head_sha"}"# )
163162 . with_response_fn ( move |_| {
164163 if is_first_assemble_call. swap ( false , Ordering :: Relaxed ) {
165164 r#"{
@@ -214,7 +213,6 @@ fn command_mobile_app_upload_ipa_chunked() {
214213 "/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/" ,
215214 )
216215 . with_header_matcher ( "content-type" , "application/json" )
217- . with_matcher ( r#"{"checksum":"ed9da71e3688261875db21b266da84ffe004a8a4","chunks":["ed9da71e3688261875db21b266da84ffe004a8a4"],"head_sha":"test_head_sha"}"# )
218216 . with_response_fn ( move |_| {
219217 if is_first_assemble_call. swap ( false , Ordering :: Relaxed ) {
220218 r#"{
You can’t perform that action at this time.
0 commit comments