From ef42796dedd811870277938f7f0e92eb9825e751 Mon Sep 17 00:00:00 2001 From: kryanbeane Date: Wed, 10 Sep 2025 17:08:32 +0100 Subject: [PATCH] tests --- README.md | 2 +- tests/e2e/support.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc22626..45204a4e 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 fe9261a2..74572990 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