remove feed key
Former-commit-id: b047d25d19c2861a1283799dd9b38aacebed7638
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user