Skip to content

Commit

Permalink
PMM-13129 Fix for test after new redact word.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Jul 23, 2024
1 parent 2bcb756 commit 5929939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/agents/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestMySQLdExporterConfigTablestatsGroupDisabled(t *testing.T) {
"DATA_SOURCE_NAME=username:s3cur3 p@$$w0r4.@tcp(1.2.3.4:3306)/?timeout=1s&tls=custom",
"HTTP_AUTH=pmm:agent-id",
},
RedactWords: []string{"s3cur3 p@$$w0r4."},
RedactWords: []string{"s3cur3 p@$$w0r4.", "content-of-tls-key"},
TextFiles: map[string]string{
"tlsCa": "content-of-tls-ca",
"tlsCert": "content-of-tls-cert",
Expand Down

0 comments on commit 5929939

Please sign in to comment.