mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix type error in kube-object-menu.test.tsx (#5540)
This commit is contained in:
parent
856598c12d
commit
ec1df4717d
@ -174,6 +174,7 @@ describe("kube-object-menu", () => {
|
||||
name: "some-other-name",
|
||||
resourceVersion: "some-other-resource-version",
|
||||
namespace: "some-other-namespace",
|
||||
selfLink: "some-other-api-version/some-other-kind/some-other-namespace/some-other-name",
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user