Skip to content

test: placate `response.json['xxx']` subscripts if response.json is None

Derrick Liu requested to merge placate-pylance-optional-subscript into dev

Quick PR to add a bunch of assert response.json is not None before attempting to subscript its contents.

Merge request reports