Skip to content

Commit

Permalink
Merge pull request #353 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Tweak integration tests
  • Loading branch information
p-galligan authored Nov 14, 2024
2 parents 066097f + a7b2c40 commit f915ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip_assembly/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def test_processing_config(self):

def test_close_packages(self):
"""Ensure packages are closed as expected."""
for type in ['transfer', 'ingest']:
for type in ['transfers', 'ingests']:
removed = ArchivematicaClientMixin().remove_completed(type)
self.assertIsInstance(removed, tuple)
self.assertIn(type, removed[0])
Expand Down

0 comments on commit f915ea1

Please sign in to comment.