Skip to content

Commit

Permalink
PMM-7 fix test. (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Jan 17, 2025
1 parent 54672d7 commit 7921e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/models/settings_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestSettings(t *testing.T) {
t.Run("Defaults", func(t *testing.T) {
actual, err := models.GetSettings(sqlDB)
require.NoError(t, err)
require.NotEmpty(t, actual.EncryptedItems)
require.Empty(t, actual.EncryptedItems)
expected := &models.Settings{
MetricsResolutions: models.MetricsResolutions{
HR: 5 * time.Second,
Expand Down

0 comments on commit 7921e4d

Please sign in to comment.