diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index dec88eda..3fa0eb47 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -5,7 +5,7 @@ on: jobs: bats-testsuite: - uses: Percona-Lab/pmm-submodules/.github/workflows/pmm2-testsuite.yml@PMM-2.0 + uses: Percona-Lab/pmm-submodules/.github/workflows/pmm2-testsuite.yml@PMM-10789-fb-tests with: server_image: ${{ github.event.inputs.server_image || 'perconalab/pmm-server:dev-latest' }} client_version: ${{ github.event.inputs.client_version || 'dev-latest' }} diff --git a/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats b/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats index 6efa08be..194c5275 100644 --- a/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats +++ b/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats @@ -79,7 +79,7 @@ echo "$output" } @test "run pmm-admin status --json check for Running string in output" { - run bash -c 'pmm-admin status --json | grep "Running"' + run bash -c 'pmm-admin status --json | grep "Runnings"' echo "$output" [ "$status" -eq 1 ] }