Snapshots: Remove deprecated option snapshot_remove_expired (#91231)

This commit is contained in:
Ryan McKinley
2024-07-31 08:47:15 +03:00
committed by GitHub
parent fc1139e51a
commit 68f1a0619d
6 changed files with 4 additions and 30 deletions
@@ -164,7 +164,7 @@ func TestIntegrationDeleteExpiredSnapshots(t *testing.T) {
t.Skip("skipping integration test")
}
sqlstore := db.InitTestDB(t)
dashStore := NewStore(sqlstore, false)
dashStore := NewStore(sqlstore)
t.Run("Testing dashboard snapshots clean up", func(t *testing.T) {
nonExpiredSnapshot := createTestSnapshot(t, dashStore, "key1", 48000)