diff --git a/README.md b/README.md index ffc226268..45204a4ec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It is possible to use the Release Github workflow to do the release. This is gen ### Manual Releases -The following instructions apply when doing release manually. This may be required in instances where the automation is failing. +The following instructions apply when doinga release manually. This may be required in instances where the automation is failing. - Check and update the version in "pyproject.toml" file. - Commit all the changes to the repository. diff --git a/tests/e2e/support.py b/tests/e2e/support.py index fe9261a29..745729904 100644 --- a/tests/e2e/support.py +++ b/tests/e2e/support.py @@ -404,6 +404,7 @@ def assert_get_cluster_and_jobsubmit( # Validate the number of jobs in the list assert len(job_list) == 1 + assert len(job_list) != 0 # Validate the submission ID matches assert job_list[0].submission_id == submission_id