Skip to content

Commit c408ba5

Browse files
committed
Changed os ip
1 parent eeee399 commit c408ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/es/es_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
const (
1717
esConnString = "es://localhost:9200"
18-
openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@0.0.0.0:9201" // example value of a secret compliant with OpenSearch password requirements
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)