Skip to content

Commit 6191a64

Browse files
committed
Fixed OpenSearch CI
1 parent 4152c33 commit 6191a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/es/es_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
)
1515

1616
const (
17-
esConnString = "es://0.0.0.0:9200"
18-
openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@0.0.0.0:9201" // example value of a secret compliant with OpenSearch password requirements
17+
esConnString = "es://localhost:9200"
18+
openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@localhost:9201" // example value of a secret compliant with OpenSearch password requirements
1919
)
2020

2121
type TestingSuite struct {

0 commit comments

Comments
 (0)