mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Fix selflinks in tests
This commit is contained in:
@@ -42,7 +42,7 @@ func TestEventCompatibility(t *testing.T) {
|
||||
|
||||
testPod := &v1.Pod{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
SelfLink: "/api/version/pods/foo",
|
||||
SelfLink: "/api/v1/namespaces/default/pods/foo",
|
||||
Name: "foo",
|
||||
Namespace: "default",
|
||||
UID: "bar",
|
||||
|
Reference in New Issue
Block a user