We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa8cf9 commit 58207faCopy full SHA for 58207fa
packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_annotations.py
@@ -220,7 +220,7 @@ def test_update_annotations(self):
220
)
221
222
def test_annotation_attributes(self):
223
- self.fig.add_annotation(test="this text", yref="paper")
+ self.fig.add_annotation(text="this text", yref="paper")
224
self.fig.update_annotations(text="hi")
225
226
def test_update_shapes(self):
0 commit comments