remove feed key

Former-commit-id: b047d25d19c2861a1283799dd9b38aacebed7638
This commit is contained in:
bel
2019-06-22 13:13:02 -06:00
parent eb356c3339
commit c0c88502c4
5 changed files with 14 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ func TestRSSNewRunUpdate(t *testing.T) {
}
log.SetOutput(os.Stderr)
keys, err := config.Values().DB.List([]string{nsItems, f.Key})
keys, err := config.Values().DB.List([]string{nsItems})
if err != nil {
t.Fatal(err)
}