| Message ID | 20251121112015.236203-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | 80761fe2062464035033b5a7681709b4fc308198 |
| Headers | show |
| Series | toaster: Fix test after styhead removal | expand |
diff --git a/lib/toaster/tests/functional/test_create_new_project.py b/lib/toaster/tests/functional/test_create_new_project.py index 66213c736ee..51c8c120370 100644 --- a/lib/toaster/tests/functional/test_create_new_project.py +++ b/lib/toaster/tests/functional/test_create_new_project.py @@ -53,7 +53,7 @@ class TestCreateNewProject(SeleniumFunctionalTestCase): - Release: Yocto Project 4.0 "Kirkstone" (option value: 6) - Merge Toaster settings: True """ - release = '7' + release = '6' release_title = 'Yocto Project 4.0 "Kirkstone"' project_name = 'projectkirkstone' self.create_new_project(
The styhead removal changed the indexing, update the tests to match. We really need to remove these hardcoded values. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- lib/toaster/tests/functional/test_create_new_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)