mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: tests: revert a hack for agent shutdown (#632)
Reverting due to fix for #623
This commit is contained in:
committed by
Reed Allman
parent
3e8b24dce4
commit
fe80b50e30
@@ -255,7 +255,6 @@ func TestRouteRunnerTimeout(t *testing.T) {
|
|||||||
|
|
||||||
fnl := logs.NewMock()
|
fnl := logs.NewMock()
|
||||||
srv := testServer(ds, &mqs.Mock{}, fnl, rnr, ServerTypeFull)
|
srv := testServer(ds, &mqs.Mock{}, fnl, rnr, ServerTypeFull)
|
||||||
defer srv.agent.Close()
|
|
||||||
|
|
||||||
for i, test := range []struct {
|
for i, test := range []struct {
|
||||||
path string
|
path string
|
||||||
|
|||||||
Reference in New Issue
Block a user