Skip to content

Commit 0004274

Browse files
author
armab
committed
Update bats tests to check new python 3.6 environment
1 parent 9410d58 commit 0004274

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.1dev (7079635), on Python 2.7.12
10+
# st2 3.3dev (9ea417346), on Python 3.6.9
1111
assert_line --partial "st2 ${ST2_VERSION}"
12-
assert_line --partial 'on Python 2.7.12'
12+
assert_line --partial 'on Python 3.6.9'
1313
}
1414

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

0 commit comments

Comments
 (0)