We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee399 commit c408ba5Copy full SHA for c408ba5
db/es/es_test.go
@@ -15,7 +15,7 @@ import (
15
16
const (
17
esConnString = "es://localhost:9200"
18
- openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@0.0.0.0:9201" // example value of a secret compliant with OpenSearch password requirements
+ openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@localhost:9201" // example value of a secret compliant with OpenSearch password requirements
19
)
20
21
type TestingSuite struct {
0 commit comments