Skip to content

Commit 1708703

Browse files
committed
Doh
1 parent 7c7a272 commit 1708703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_io/test_to_from_plotly_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def check_roundtrip(value, engine, pretty):
7070
engines = ["json", "legacy", "auto"]
7171

7272

73-
@pytest.fixture(scope="module", params=["json", "orjson", "legacy", "auto"])
73+
@pytest.fixture(scope="module", params=engines)
7474
def engine(request):
7575
return request.param
7676

0 commit comments

Comments
 (0)