Adjust test to new notify provider interface
This commit is contained in:
parent
f067c96525
commit
be915a3752
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue