Skip to content

Commit

Permalink
Merge pull request #345 from RockefellerArchiveCenter/issue-342
Browse files Browse the repository at this point in the history
inherit from simpletestcase
  • Loading branch information
p-galligan authored Oct 29, 2024
2 parents 717feeb + 87650ad commit 21c50c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sip_assembly/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import bagit
from amclient import errors, utils
from asterism import bagit_helpers, file_helpers
from django.test import TestCase, tag
from django.test import SimpleTestCase, TestCase, tag
from django.urls import reverse

from fornax import settings
Expand Down Expand Up @@ -364,7 +364,7 @@ def test_health_check_view(self):


@tag("integration")
class ArchivematicaIntegrationTests(TestCase):
class ArchivematicaIntegrationTests(SimpleTestCase):
"""Provides integration tests for use during Archivematica migration.
Running these tests will start a small transfer in each configured origin.
Expand Down

0 comments on commit 21c50c5

Please sign in to comment.