func TestLotsOfActions(t *testing.T) { ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckLotsOfActions(t, ts) }
func TestLotsOfActions(t *testing.T) { ts := newFakeTeeServer(t) test.CheckLotsOfActions(t, ts) }