Skip to content

Commit

Permalink
Update DIP processing configuration choices
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Feb 20, 2024
1 parent c6e5f9c commit 609c40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/steps/mediaconch_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def step_impl(context):
'And the processing config decision "Bind PIDs" is set to "No"\n'
'And the processing config decision "Store AIP" is set to "Yes"\n'
'And the processing config decision "Store AIP location" is set to "Store AIP in standard Archivematica Directory"\n'
'And the processing config decision "Store DIP" is set to "Do not store"\n'
'And the processing config decision "Store DIP" is set to "Reject DIP"\n'
'And the processing config decision "Document empty directories" is set to "No"\n'
'And the processing config decision "Generate thumbnails" is set to "No"\n'
'And the processing config decision "Upload DIP" is set to "Do not upload DIP"\n'
Expand Down
2 changes: 1 addition & 1 deletion features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def step_impl(context):
'And the processing config decision "Document empty directories" is set to "No"\n'
'And the processing config decision "Generate thumbnails" is set to "No"\n'
'And the processing config decision "Upload DIP" is set to "Do not upload DIP"\n'
'And the processing config decision "Store DIP" is set to "Do not store"\n'
'And the processing config decision "Store DIP" is set to "Reject DIP"\n'
'And the processing config decision "Store AIP" is set to "Yes"\n'
'And the processing config decision "Store AIP location" is set to "Default location"\n'
)
Expand Down

0 comments on commit 609c40d

Please sign in to comment.