Added empty string testReorgLong() to enable TestReorgLongHeadersHook to pass.

This commit is contained in:
philip-morlier 2023-09-15 08:53:31 -07:00
parent eaf3fe14cc
commit c47808fb91

View File

@ -22,7 +22,7 @@ func TestReorgLongHeadersHook(t *testing.T) {
}
})
defer done()
testReorgLong(t, true)
testReorgLong(t, true, "")
if !invoked {
t.Errorf("Expected plugin invocation")
}