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() {
159
159
"/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/" ,
160
160
)
161
161
. with_header_matcher ( "content-type" , "application/json" )
162
- . with_matcher ( r#"{"checksum":"18e40e6e932d0b622d631e887be454cc2003dbb5","chunks":["18e40e6e932d0b622d631e887be454cc2003dbb5"],"head_sha":"test_head_sha"}"# )
163
162
. with_response_fn ( move |_| {
164
163
if is_first_assemble_call. swap ( false , Ordering :: Relaxed ) {
165
164
r#"{
@@ -214,7 +213,6 @@ fn command_mobile_app_upload_ipa_chunked() {
214
213
"/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/" ,
215
214
)
216
215
. with_header_matcher ( "content-type" , "application/json" )
217
- . with_matcher ( r#"{"checksum":"ed9da71e3688261875db21b266da84ffe004a8a4","chunks":["ed9da71e3688261875db21b266da84ffe004a8a4"],"head_sha":"test_head_sha"}"# )
218
216
. with_response_fn ( move |_| {
219
217
if is_first_assemble_call. swap ( false , Ordering :: Relaxed ) {
220
218
r#"{
You can’t perform that action at this time.
0 commit comments