Skip to content

Commit 097711e

Browse files
committed
Add AI notice
1 parent 68ec6a5 commit 097711e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

libbeat/outputs/elasticsearch/bulk_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
// This file was contributed to by generative AI
19+
1820
//go:build !integration
1921

2022
package elasticsearch
@@ -71,7 +73,6 @@ func TestBulkReadToItems(t *testing.T) {
7173
}
7274
}
7375

74-
// TODO ADD TEST
7576
func TestBulkReadItemStatus(t *testing.T) {
7677
response := []byte(`{"create": {"status": 200}}`)
7778
logger := logptest.NewTestingLogger(t, "")

libbeat/outputs/elasticsearch/client_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
// This file was contributed to by generative AI
19+
1820
//go:build integration
1921

2022
package elasticsearch

libbeat/outputs/elasticsearch/client_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
// This file was contributed to by generative AI
19+
1820
//go:build !integration
1921

2022
package elasticsearch

0 commit comments

Comments
 (0)