Skip to content

Commit

Permalink
PMM-13020 trigger the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Apr 24, 2024
1 parent 9f7e782 commit 0d8f9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion managed/services/grafana/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ func TestClient(t *testing.T) {
t.Run(fmt.Sprintf("Service token auth %s", role.String()), func(t *testing.T) {
t.Parallel()

nodeName := fmt.Sprintf("test-%s", role)
// nodeName := fmt.Sprintf("test-node-%s", role)
nodeName := role.String()
serviceAccountID, err := c.createServiceAccount(ctx, role, nodeName, true, authHeaders)
require.NoError(t, err)
defer func() {
Expand Down

0 comments on commit 0d8f9e0

Please sign in to comment.