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 7574f7c commit 9b4710dCopy full SHA for 9b4710d
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.3dev (9ea417346), on Python 3.6.9
+ # st2 3.7dev (4aac99ba8), on Python 3.8.10
11
assert_line --partial "st2 ${ST2_VERSION}"
12
- assert_line --partial 'on Python 3.6.9'
+ assert_line --partial 'on Python 3.8.10'
13
}
14
15
@test 'ST2_AUTH_URL service endpoint is accessible and working' {
0 commit comments