Skip to content

Commit 5963c98

Browse files
committed
bug
1 parent ae19bc1 commit 5963c98

File tree

1 file changed

+1
-1
lines changed
  • packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_image

1 file changed

+1
-1
lines changed

packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_image/test_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_image_get_returns_valid_image_test(
5151
def test_image_save_as_saves_valid_image(
5252
setup_image, image_format, width, height, scale
5353
):
54-
data = setup_image()
54+
data = setup_image
5555
f, filename = tempfile.mkstemp(".{}".format(image_format))
5656
py.image.save_as(
5757
data, filename, format=image_format, width=width, height=height, scale=scale,

0 commit comments

Comments
 (0)