Skip to content
Closed

tests #903

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down