Skip to content

Commit

Permalink
[DOCS] Fix boolean for native connectors (elastic#116394) (elastic#11…
Browse files Browse the repository at this point in the history
…6396)

(cherry picked from commit 22c55fa)
  • Loading branch information
leemthompo authored Nov 7, 2024
1 parent 2fb2442 commit 567429e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PUT _connector/my-{service-name-stub}-connector
"index_name": "my-elasticsearch-index",
"name": "Content synced from {service-name}",
"service_type": "{service-name-stub}",
"is_native": "true"
"is_native": true
}
----
// TEST[skip:can't test in isolation]
Expand Down

0 comments on commit 567429e

Please sign in to comment.