Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Oct 24, 2022
1 parent a9090c2 commit a12789f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onadata/apps/logger/tests/test_briefcase_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from django.core.files.storage import get_storage_class
from django.core.files.uploadedfile import UploadedFile
from django.test import RequestFactory, override_settings
from django.test.testcases import SerializeMixin
from django.urls import reverse

import requests
Expand Down Expand Up @@ -130,7 +129,6 @@ def get_streaming_content(res):
return content


@override_settings(MEDIA_ROOT=os.path.join(settings.PROJECT_ROOT, "test_briefcase_media/"))
class TestBriefcaseClient(TestBase):
"""Test briefcase_client module."""

Expand Down

0 comments on commit a12789f

Please sign in to comment.