Skip to content

Commit

Permalink
✅ [#76] added documenthandeling api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Nov 14, 2024
1 parent d3a1e92 commit dc487cc
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 94 deletions.
3 changes: 2 additions & 1 deletion src/woo_publications/publications/tests/test_api_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
OrganisationFactory,
)

from ..constants import PublicationStatusOptions
from ..constants import DocumentActionTypeOptions, PublicationStatusOptions
from ..models import Publication
from .factories import DocumentFactory, PublicationFactory

Expand Down Expand Up @@ -268,6 +268,7 @@ def test_partial_update_publication_status_to_revoked_also_revokes_published_doc
"document_service": None,
"registratiedatum": "2024-09-27T00:14:00Z",
"laatst_gewijzigd_datum": "2024-09-28T00:14:00Z",
"soort_handeling": DocumentActionTypeOptions.declared,
},
"_cached_object_repr": "title",
}
Expand Down
Loading

0 comments on commit dc487cc

Please sign in to comment.