Get the unversioned client to build

This commit is contained in:
Kris Rousey
2015-08-12 11:18:22 -07:00
committed by Kris
parent 7ba5b058cc
commit 9cea046f42
24 changed files with 33 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ import (
func TestNewClient(t *testing.T) {
o := NewObjects(api.Scheme, api.Scheme)
if err := AddObjectsFromPath("../../../examples/guestbook/frontend-service.yaml", o, api.Scheme); err != nil {
if err := AddObjectsFromPath("../../../../examples/guestbook/frontend-service.yaml", o, api.Scheme); err != nil {
t.Fatal(err)
}
client := &Fake{ReactFn: ObjectReaction(o, latest.RESTMapper)}