mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
use constants for group names
This commit is contained in:
@@ -152,7 +152,7 @@ func (tc *patchTestCase) Run(t *testing.T) {
|
||||
namespace := tc.startingPod.Namespace
|
||||
name := tc.startingPod.Name
|
||||
|
||||
codec := latest.GroupOrDie("").Codec
|
||||
codec := latest.GroupOrDie(api.GroupName).Codec
|
||||
|
||||
testPatcher := &testPatcher{}
|
||||
testPatcher.startingPod = tc.startingPod
|
||||
|
||||
Reference in New Issue
Block a user