Adjust test to new notify provider interface

This commit is contained in:
Fabian Reinartz 2015-10-06 21:11:02 +02:00
parent f067c96525
commit be915a3752
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ func TestDedupingNotifier(t *testing.T) {
},
}
if err := notifies.Set("name", nsBefore...); err != nil {
if err := notifies.Set(nsBefore...); err != nil {
t.Fatalf("Setting notifies failed: %s", err)
}