Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Aug 14, 2023
1 parent d57fc31 commit dc59f50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ src/plugins/kibana_usage_collection @elastic/kibana-core
src/plugins/kibana_utils @elastic/kibana-app-services
x-pack/plugins/kubernetes_security @elastic/sec-cloudnative-integrations
packages/kbn-language-documentation-popover @elastic/kibana-visualizations
packages/kbn-lens-embeddable-utils @elastic/kibana-visualizations
packages/kbn-lens-embeddable-utils @elastic/infra-monitoring-ui
x-pack/plugins/lens @elastic/kibana-visualizations
x-pack/plugins/license_api_guard @elastic/platform-deployment-management
x-pack/plugins/license_management @elastic/platform-deployment-management
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-lens-embeddable-utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "shared-browser",
"id": "@kbn/lens-embeddable-utils",
"owner": "@elastic/kibana-visualizations"
"owner": "@elastic/infra-monitoring-ui"
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('useHostTable hook', () => {
{
data: [
{
type: 'static_value',
value: '1',
format: {
id: 'percent',
Expand Down

0 comments on commit dc59f50

Please sign in to comment.