aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/test_file_processing.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-08 17:12:58 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-08 17:12:58 +0100
commit63461fb0b86a8f4a1422673626311d0979cd1077 (patch)
treed7ae8a2457c1bc630cb68b6e5ce1ec371bfdc4ad /pyblackbird_cc/resources/tests/test_file_processing.py
parentdb531eaa027d2abcfcceabfef4b8aa9dc5ca1e5d (diff)
resources tests passing
Diffstat (limited to 'pyblackbird_cc/resources/tests/test_file_processing.py')
-rw-r--r--pyblackbird_cc/resources/tests/test_file_processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/tests/test_file_processing.py b/pyblackbird_cc/resources/tests/test_file_processing.py
index 0a0f1a3..e4ac781 100644
--- a/pyblackbird_cc/resources/tests/test_file_processing.py
+++ b/pyblackbird_cc/resources/tests/test_file_processing.py
@@ -25,7 +25,7 @@ def test_detect_snapshotted_pdf_collection():
class PDFFileUploadTestCase(TestCase):
def setUp(self):
self.url = reverse("resources:create_resource")
- self.test_file_path = "pyblackbird_cc/resources/tests/testdata/test_small_file.pdf"
+ self.test_file_path = "resources/tests/testdata/test_small_file.pdf"
# Create a test user
self.email = "testuser@example.com"