mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
cc2f8fe756
commit
735ef219f1
@ -256,7 +256,7 @@ describe("KubeApi", () => {
|
|||||||
await api.patch(
|
await api.patch(
|
||||||
{ name: "test", namespace: "default" },
|
{ name: "test", namespace: "default" },
|
||||||
{ metadata: { annotations: { provisioned: "true" }}},
|
{ metadata: { annotations: { provisioned: "true" }}},
|
||||||
"merge"
|
"merge",
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user