Skip to content

Commit

Permalink
Doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Aug 4, 2024
1 parent f70aed1 commit 1736a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/jsonapi/tests/doctests/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Create a Sample Type
~~~~~~~~~~~~~~~~~~~~

>>> data = {"portal_type": "SampleType",
... "parent_path": api.get_path(poral.setup.sampletypes),
... "parent_path": api.get_path(portal.setup.sampletypes),
... "title": "Fresh Egg",
... "MinimumVolume": "10 gr",
... "AdmittedStickerTemplates": [{"admitted": ["QR_1x14mmx39mm.pt"], "small_default": ["QR_1x14mmx39mm.pt"], "large_default": ["QR_1x14mmx39mm.pt"]}],
Expand Down

0 comments on commit 1736a77

Please sign in to comment.