aboutsummaryrefslogtreecommitdiff
path: root/tests/test_target_cortex_a_advice_generation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_target_cortex_a_advice_generation.py')
-rw-r--r--tests/test_target_cortex_a_advice_generation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_target_cortex_a_advice_generation.py b/tests/test_target_cortex_a_advice_generation.py
index 1997c52..b9edbb5 100644
--- a/tests/test_target_cortex_a_advice_generation.py
+++ b/tests/test_target_cortex_a_advice_generation.py
@@ -189,7 +189,7 @@ def test_cortex_a_advice_producer(
context = ExecutionContext(
advice_category=advice_category,
- working_dir=tmpdir,
+ output_dir=tmpdir,
)
producer.set_context(context)