mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
test fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
3f0468932f
commit
86315689ee
@ -26,7 +26,7 @@ import { CatalogEntityRegistry } from "../catalog-entity-registry";
|
||||
|
||||
class InvalidEntity extends CatalogEntity<CatalogEntityMetadata, WebLinkStatus, WebLinkSpec> {
|
||||
public readonly apiVersion = "entity.k8slens.dev/v1alpha1";
|
||||
public readonly kind = "WebLink";
|
||||
public readonly kind = "Invalid";
|
||||
|
||||
async onRun() {
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user