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