Audit registered route formatter policies
This commit is contained in:
@@ -4015,6 +4015,10 @@ def smoke_caption_policy() -> None:
|
||||
)
|
||||
row = {"action_family": "oral", "position_family": ""}
|
||||
_expect(caption_policy.metadata_action_label(row) == "oral action", "Caption action-family label changed")
|
||||
row = {"action_family": "anal", "position_family": ""}
|
||||
_expect(caption_policy.metadata_action_label(row) == "anal action", "Caption anal action-family label changed")
|
||||
row = {"action_family": "manual", "position_family": ""}
|
||||
_expect(caption_policy.metadata_action_label(row) == "manual action", "Caption manual action-family label changed")
|
||||
row = {"action_family": "threesome", "position_family": ""}
|
||||
_expect(caption_policy.metadata_action_label(row) == "three-person action", "Caption threesome action-family label changed")
|
||||
row = {"action_family": "group", "position_family": ""}
|
||||
|
||||
Reference in New Issue
Block a user