Skip to content

Commit 74c2281

Browse files
committed
Remove matchers
1 parent 3e95e13 commit 74c2281

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/mobile_app/upload.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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#"{

0 commit comments

Comments
 (0)