We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adaf2b2 commit 2c71f48Copy full SHA for 2c71f48
1 file changed
tests/unit/test_state_backend.py
@@ -28,7 +28,7 @@ def state_backend_cls(request: pytest.FixtureRequest) -> _t.Type[StateBackend]:
28
29
@pytest.mark.asyncio
30
@pytest.mark.parametrize(
31
- "job_id_fixture, metadata, exc_ctx",
+ "job_id, metadata, exc_ctx",
32
[
33
(None, None, None),
34
(None, {"key": "value"}, None),
0 commit comments