test: Call forgotten resttest test

PR #3789 introduced this test, but it was never called.
This commit is contained in:
Euan Kemp
2016-05-06 01:33:57 -07:00
committed by Euan Kemp
parent 7ae1dab280
commit 713853d3a8

View File

@@ -139,6 +139,7 @@ func (t *Tester) TestCreate(valid runtime.Object, createFn CreateFunc, getFn Get
t.testCreateDiscardsObjectNamespace(copyOrDie(valid))
t.testCreateIgnoresContextNamespace(copyOrDie(valid))
t.testCreateIgnoresMismatchedNamespace(copyOrDie(valid))
t.testCreateResetsUserData(copyOrDie(valid))
} else {
t.testCreateRejectsMismatchedNamespace(copyOrDie(valid))
}