File tree 1 file changed +8
-5
lines changed
backend/src/openarchiefbeheer/zaken/tests
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
from django .test import TestCase
2
- from openarchiefbeheer .destruction .tests .factories import \
3
- DestructionListItemFactory
4
- from openarchiefbeheer .utils .results_store import ResultStore
5
- from openarchiefbeheer .zaken .utils import (delete_zaak_and_related_objects ,
6
- format_zaaktype_choices )
2
+
7
3
from requests .exceptions import ConnectTimeout
8
4
from requests_mock import Mocker
9
5
from rest_framework import status
10
6
from zgw_consumers .constants import APITypes
11
7
from zgw_consumers .test .factories import ServiceFactory
12
8
9
+ from openarchiefbeheer .destruction .tests .factories import DestructionListItemFactory
10
+ from openarchiefbeheer .utils .results_store import ResultStore
11
+ from openarchiefbeheer .zaken .utils import (
12
+ delete_zaak_and_related_objects ,
13
+ format_zaaktype_choices ,
14
+ )
15
+
13
16
14
17
class DeletingZakenWithErrorsTests (TestCase ):
15
18
@classmethod
You can’t perform that action at this time.
0 commit comments