@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 ], )