Skip to content

Commit 37e16bf

Browse files
committed
NRL-703 fix integration tests
1 parent db54ece commit 37e16bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/nrlf/core/dynamodb/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def delete(self, item: DocumentPointer) -> None:
418418
details=SpineErrorConcept.from_code("INTERNAL_SERVER_ERROR"),
419419
) from exc
420420

421-
def delete_by_id(self, id_: str, can_ignore_delete_fail: bool):
421+
def delete_by_id(self, id_: str, can_ignore_delete_fail: bool = False):
422422
""" """
423423
producer_id, document_id = id_.split("-", 1)
424424
ods_code_parts = producer_id.split(".")

0 commit comments

Comments
 (0)