Skip to content

Commit 02bc30b

Browse files
committed
fix: parameter
1 parent d66cf98 commit 02bc30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def lambda_layer_build(tmp_path_factory: pytest.TempPathFactory, worker_id: str)
2323

2424
layer = LocalLambdaPowertoolsLayer()
2525
yield from call_once(
26-
id="lambda_layer",
26+
job_id="lambda_layer",
2727
task=layer.build,
2828
tmp_path_factory=tmp_path_factory,
2929
worker_id=worker_id,

0 commit comments

Comments
 (0)