1
0
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:
Sebastian Malton 2022-06-01 15:28:02 -04:00 committed by GitHub
parent 856598c12d
commit ec1df4717d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ describe("kube-object-menu", () => {
name: "some-other-name", name: "some-other-name",
resourceVersion: "some-other-resource-version", resourceVersion: "some-other-resource-version",
namespace: "some-other-namespace", namespace: "some-other-namespace",
selfLink: "some-other-api-version/some-other-kind/some-other-namespace/some-other-name",
}, },
}); });