Skip to content

Commit

Permalink
PMM-8471 fix an unvoluntary typo )
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 2, 2023
1 parent c6be207 commit 0fe2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/supervisord/supervisord_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestAddAlertManagerParam(t *testing.T) {
require.NoError(t, err)
require.Equal(t, "http://127.0.0.1:9093/alertmanager,https://some-alertmanager", params["AlertmanagerURL"])
require.Equal(t, ",username1", params["AlertManagerUser"])
require.Equal(t, `,"PAsds!234"`, params["ATestSavePMMConfiglertManagerPassword"])
require.Equal(t, `,"PAsds!234"`, params["AlertManagerPassword"])
})

t.Run("incorrect alertmanager url", func(t *testing.T) {
Expand Down

0 comments on commit 0fe2c3c

Please sign in to comment.