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