Skip to content

Commit fde3839

Browse files
tests
1 parent ebd41c0 commit fde3839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/mobile_app/upload.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn command_mobile_app_upload_apk_all_uploaded() {
8686
"POST",
8787
"/api/0/projects/wat-org/wat-project/files/preprodartifacts/assemble/",
8888
)
89-
.with_response_body(r#"{"state":"ok","missingChunks":[],"artifactId":"42"}"#),
89+
.with_response_body(r#"{"state":"ok","missingChunks":[],"artifactUrl":"https://sentry.io/wat-org/preprod/wat-project/42"}"#),
9090
)
9191
.register_trycmd_test("mobile_app/mobile_app-upload-apk-all-uploaded.trycmd")
9292
.with_default_token();
@@ -170,7 +170,7 @@ fn command_mobile_app_upload_apk_chunked() {
170170
r#"{
171171
"state": "ok",
172172
"missingChunks": [],
173-
"artifactId": "42"
173+
"artifactUrl": "http://sentry.io/wat-org/preprod/wat-project/42"
174174
}"#
175175
}
176176
.into()
@@ -225,7 +225,7 @@ fn command_mobile_app_upload_ipa_chunked() {
225225
r#"{
226226
"state": "ok",
227227
"missingChunks": [],
228-
"artifactId": "some-text-id"
228+
"artifactUrl": "http://sentry.io/wat-org/preprod/wat-project/some-text-id"
229229
}"#
230230
}
231231
.into()

0 commit comments

Comments
 (0)