Skip to content

Commit

Permalink
PMM-12857 fix settings_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Jul 2, 2024
1 parent 089f0a5 commit 3b18aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-tests/server/settings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func TestSettings(t *testing.T) {
Context: pmmapitests.Context,
})
require.NoError(t, err)
assert.Empty(t, res)
assert.Equal(t, sshKey, res.Payload.Settings.SSHKey)
})

t.Run("OK", func(t *testing.T) {
Expand Down

0 comments on commit 3b18aa8

Please sign in to comment.