File tree 2 files changed +2
-5
lines changed
backend/src/openarchiefbeheer/destruction/tests
frontend/src/pages/destructionlist/detail/components/DestructionListEdit
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ def test_partial_update_remove_zaken(self):
362
362
with_zaak = True ,
363
363
)
364
364
365
- zaak = ZaakFactory .create ()
365
+ ZaakFactory .create ()
366
366
367
367
# We are removing 2 zaken from the destruction list
368
368
data = {
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ import { useSubmitAction } from "../../../../../hooks";
11
11
import { PaginatedDestructionListItems } from "../../../../../lib/api/destructionListsItem" ;
12
12
import { ProcessingStatus } from "../../../../../lib/api/processingStatus" ;
13
13
import { PaginatedZaken } from "../../../../../lib/api/zaken" ;
14
- import {
15
- getFilteredZaakSelection ,
16
- getZaakSelection ,
17
- } from "../../../../../lib/zaakSelection/zaakSelection" ;
14
+ import { getFilteredZaakSelection } from "../../../../../lib/zaakSelection/zaakSelection" ;
18
15
import { Zaak } from "../../../../../types" ;
19
16
import { BaseListView } from "../../../abstract" ;
20
17
import {
You can’t perform that action at this time.
0 commit comments