Skip to content

Commit

Permalink
PMM-13054 fix actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Jul 10, 2024
1 parent a999cc6 commit 99ef848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api-tests/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import (
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"

actionsClient "github.com/percona/pmm/api/actions/v1/json/client"
advisorsClient "github.com/percona/pmm/api/advisors/v1/json/client"
alertingClient "github.com/percona/pmm/api/alerting/v1/json/client"
backupsClient "github.com/percona/pmm/api/backup/v1/json/client"
Expand Down Expand Up @@ -201,6 +202,7 @@ func init() {
platformClient.Default = platformClient.New(transport, nil)
alertingClient.Default = alertingClient.New(transport, nil)
advisorsClient.Default = advisorsClient.New(transport, nil)
actionsClient.Default = actionsClient.New(transport, nil)

// do not run tests if server is not available
_, err = serverClient.Default.ServerService.Readiness(nil)
Expand Down

0 comments on commit 99ef848

Please sign in to comment.