Skip to content

Commit e6b9a42

Browse files
updated docker compose syntax;
1 parent ebfd9fd commit e6b9a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _run_splunk_query(self, container_id, query, username="admin", password="pas
221221

222222
def compose_up(self, defaults_url=None, apps_url=None):
223223
container_count = self.get_number_of_containers(os.path.join(self.SCENARIOS_DIR, self.compose_file_name))
224-
command = "docker-compose -p {} -f test_scenarios/{} up -d".format(self.project_name, self.compose_file_name)
224+
command = "docker compose -p {} -f test_scenarios/{} up -d".format(self.project_name, self.compose_file_name)
225225
out, err, rc = self._run_command(command, defaults_url, apps_url)
226226
return container_count, rc
227227

0 commit comments

Comments
 (0)