diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 6bc6caa6..58b55500 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -115,7 +115,7 @@ jobs: shell: bash # This sample should have 15 behaviors with 100% confidence run: | - if [ "${{ env.e273e_RESULT }}" == "40" ]; then + if [ "${{ env.e273e_RESULT }}" == "41" ]; then exit 0 else exit 1