Skip to content

Commit 58063b1

Browse files
committed
Fix merge error
1 parent c00027a commit 58063b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thoth-api/src/model/file/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ mod crud {
15251525
let accessibility_report_url =
15261526
"https://cdn.example.org/10.1234/abc/resources/def_a11yreport.html";
15271527
upload
1528-
.sync_related_metadata(&ctx, &work, accessibility_report_url, None)
1528+
.sync_related_metadata(&ctx, &work, accessibility_report_url, "checksum", None)
15291529
.expect("Failed to sync accessibility report metadata");
15301530

15311531
let refreshed_publication =

0 commit comments

Comments
 (0)