From 0686f42074a955c0d025fa1e206a6956bec44f2b Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Wed, 14 Jun 2023 15:51:56 +0200 Subject: [PATCH] bugfix (to go with last commit) --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index a050501..4e16f99 100644 --- a/tests.py +++ b/tests.py @@ -415,7 +415,7 @@ def test_create_log_file_names(): mpsd_release=mpsd_release, date=date, action=action, - toolchain=toolchain, + package_set=toolchain, ) assert ( build_log_file_name @@ -437,7 +437,7 @@ def test_create_log_file_names(): mpsd_release=mpsd_release, date=date, action="status", - toolchain=toolchain, + package_set=toolchain, ) assert build_log_file_name is None -- GitLab