fix: phpunit tests

This commit is contained in:
Soner Sayakci
2024-07-13 11:21:19 +09:00
parent 1b158157f7
commit 3ddc75e717
5 changed files with 24 additions and 21 deletions
+1
View File
@@ -12,6 +12,7 @@ class OpenSearchContainer extends Container
{
parent::__construct('opensearchproject/opensearch:' . $version);
$this->withEnvironment('discovery.type', 'single-node');
$this->withEnvironment('OPENSEARCH_INITIAL_ADMIN_PASSWORD', 'c3o_ZPHo!');
$this->withWait(WaitForHttp::make(9200));
}