Page MenuHomePhabricator
Paste P10010

registry omg
ActivePublic

Authored by Joe on Dec 23 2019, 11:47 AM.
Tags
None
Referenced Files
F31486474: raw.txt
Dec 23 2019, 11:47 AM
Subscribers
None
@pytest.mark.parametrize(
"response",
[
[""], # empty response
[{"test": "something"}], # no history
[{"history": []}], # empty history
[{"history": [{"a": "b"}]}], # no v1Compatibility
[{"history": [{"v1Compatibility": '{"test": "yes"}'}]}], # no created
[{"history": [{"v1Compatibility": "}"}]}], # bad json
],
)

Event Timeline