php-cs-fixer

This commit is contained in:
Sergei Shitikov
2025-02-16 13:03:02 +01:00
parent b36b08d916
commit 51f6e9d22b
+1 -1
View File
@@ -15,7 +15,7 @@ class OpenSearchContainer extends GenericContainer
$this->withExposedPorts(9200);
$this->withEnvironment([
'discovery.type' => 'single-node',
'OPENSEARCH_INITIAL_ADMIN_PASSWORD' => 'c3o_ZPHo!'
'OPENSEARCH_INITIAL_ADMIN_PASSWORD' => 'c3o_ZPHo!',
]);
$this->withWait(new WaitForLog(