Skip to content

Commit

Permalink
Update tests/st2tests.sh with the correct python version in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Oct 6, 2022
1 parent 75c3570 commit 98b818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/st2tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load "${BATS_HELPERS_DIR}/bats-file/load.bash"
@test 'st2 version deployed and python env are as expected' {
run st2 --version
assert_success
# st2 3.3dev (9ea417346), on Python 3.6.9
# st2 3.7.0, on Python 3.8.10
assert_line --partial "st2 ${ST2_VERSION}"
assert_line --partial 'on Python 3.8.10'
}
Expand Down

0 comments on commit 98b818f

Please sign in to comment.