Skip to content

Commit

Permalink
PMM-12686 Missed parallel in one test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Mar 12, 2024
1 parent 6abd1b9 commit 4c540c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions managed/services/grafana/auth_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ func TestServerClientConnection(t *testing.T) {
})

t.Run("Token auth - success", func(t *testing.T) {
t.Parallel()

nodeName := fmt.Sprintf("N1-%d", time.Now().UnixNano())
headersMD := metadata.New(map[string]string{
"Authorization": "Basic YWRtaW46YWRtaW4=",
Expand Down

0 comments on commit 4c540c4

Please sign in to comment.