We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6da34 commit 82daf0eCopy full SHA for 82daf0e
test/test_custom_view.py
@@ -115,6 +115,7 @@ def test_populate_image_with_options(server: TSC.Server) -> None:
115
server.custom_views.populate_image(single_view, req_option)
116
assert response == single_view.image
117
118
+
119
def test_populate_image_missing_id(server: TSC.Server) -> None:
120
single_view = TSC.CustomViewItem()
121
single_view._id = None
0 commit comments