We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66cf98 commit 02bc30bCopy full SHA for 02bc30b
tests/e2e/conftest.py
@@ -23,7 +23,7 @@ def lambda_layer_build(tmp_path_factory: pytest.TempPathFactory, worker_id: str)
23
24
layer = LocalLambdaPowertoolsLayer()
25
yield from call_once(
26
- id="lambda_layer",
+ job_id="lambda_layer",
27
task=layer.build,
28
tmp_path_factory=tmp_path_factory,
29
worker_id=worker_id,
0 commit comments