Skip to content

Commit

Permalink
refactor: remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Apr 21, 2024
1 parent d6bdfdb commit 136fb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void countSearchResults() throws IOException {

// Given that I have a holding with a creation date of 2023-04-12
String bibliographicRecordCreationFormData =
"action=save&oldId=+&id=+&from=form&data=%7B%7D&material_type=book&database=main";
"oldId=+&id=+&from=form&data=%7B%7D&material_type=book&database=main";

ExtendedRequest request1 = getFormDataMockRequest(bibliographicRecordCreationFormData);

Expand Down

0 comments on commit 136fb88

Please sign in to comment.