move client/record

This commit is contained in:
deads2k
2017-01-30 13:39:54 -05:00
committed by David Eads
parent 47908629a3
commit 8a12000402
189 changed files with 661 additions and 2447 deletions

View File

@@ -745,7 +745,7 @@ func (m *MyReq) isFor(method string, path string) bool {
}
func refJson(t *testing.T, o runtime.Object) string {
ref, err := api.GetReference(o)
ref, err := api.GetReference(api.Scheme, o)
if err != nil {
t.Fatalf("unexpected error: %v", err)
}