Skip to content

Commit

Permalink
✅ [#397] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 17, 2024
1 parent 84d4018 commit 1634773
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/openarchiefbeheer/config/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_record_manager_update(self):
"statustype": "http://bla.nl",
"resultaattype": "http://bla.nl",
"informatieobjecttype": "http://bla.nl",
"selectielijstklasse": "http://bla.nl",
},
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def test_derive_status(self):
"statustype": "http://localhost:8003/catalogi/api/v1/statustypen/835a2a13-f52f-4339-83e5-b7250e5ad016",
"resultaattype": "http://localhost:8003/catalogi/api/v1/resultaattypen/5d39b8ac-437a-475c-9a76-0f6ae1540d0e",
"informatieobjecttype": "http://localhost:8003/catalogi/api/v1/informatieobjecttypen/9dee6712-122e-464a-99a3-c16692de5485",
"selectielijstklasse": "https://selectielijst.openzaak.nl/api/v1/resultaten/e939c1ad-32e4-409b-a716-6d7d6e7df892",
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_create_destruction_report(self):
statustype="http://localhost:8003/catalogi/api/v1/statustypen/835a2a13-f52f-4339-83e5-b7250e5ad016",
resultaattype="http://localhost:8003/catalogi/api/v1/resultaattypen/5d39b8ac-437a-475c-9a76-0f6ae1540d0e",
informatieobjecttype="http://localhost:8003/catalogi/api/v1/informatieobjecttypen/9dee6712-122e-464a-99a3-c16692de5485",
selectielijstklasse="https://selectielijst.openzaak.nl/api/v1/resultaten/e939c1ad-32e4-409b-a716-6d7d6e7df892",
),
):
destruction_list.create_report_zaak()
Expand Down

0 comments on commit 1634773

Please sign in to comment.