We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9410d58 commit 0004274Copy full SHA for 0004274
tests/st2tests.sh
@@ -7,9 +7,9 @@ load "${BATS_HELPERS_DIR}/bats-file/load.bash"
7
@test 'st2 version deployed and python env are as expected' {
8
run st2 --version
9
assert_success
10
- # st2 3.1dev (7079635), on Python 2.7.12
+ # st2 3.3dev (9ea417346), on Python 3.6.9
11
assert_line --partial "st2 ${ST2_VERSION}"
12
- assert_line --partial 'on Python 2.7.12'
+ assert_line --partial 'on Python 3.6.9'
13
}
14
15
@test 'ST2_AUTH_URL service endpoint is accessible and working' {
0 commit comments