Skip to content

Commit 2c71f48

Browse files
committed
fixup! Simplifies test fixtures
1 parent adaf2b2 commit 2c71f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_state_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def state_backend_cls(request: pytest.FixtureRequest) -> _t.Type[StateBackend]:
2828

2929
@pytest.mark.asyncio
3030
@pytest.mark.parametrize(
31-
"job_id_fixture, metadata, exc_ctx",
31+
"job_id, metadata, exc_ctx",
3232
[
3333
(None, None, None),
3434
(None, {"key": "value"}, None),

0 commit comments

Comments
 (0)