Skip to content

Commit 9b4710d

Browse files
committed
fix: update tests to reflect new python version string
1 parent 7574f7c commit 9b4710d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/st2tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ load "${BATS_HELPERS_DIR}/bats-file/load.bash"
77
@test 'st2 version deployed and python env are as expected' {
88
run st2 --version
99
assert_success
10-
# st2 3.3dev (9ea417346), on Python 3.6.9
10+
# st2 3.7dev (4aac99ba8), on Python 3.8.10
1111
assert_line --partial "st2 ${ST2_VERSION}"
12-
assert_line --partial 'on Python 3.6.9'
12+
assert_line --partial 'on Python 3.8.10'
1313
}
1414

1515
@test 'ST2_AUTH_URL service endpoint is accessible and working' {

0 commit comments

Comments
 (0)