1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

fix: tests for docker services

This commit is contained in:
Torsten Dittmann 2021-04-10 15:54:03 +02:00
parent 8b9cf9abdd
commit 2150c7e63f

View file

@ -36,7 +36,7 @@ class ComposeTest extends TestCase
public function testServices()
{
$this->assertCount(17, $this->object->getServices());
$this->assertCount(16, $this->object->getServices());
$this->assertEquals('appwrite-telegraf', $this->object->getService('telegraf')->getContainerName());
$this->assertEquals('appwrite', $this->object->getService('appwrite')->getContainerName());
$this->assertEquals('', $this->object->getService('appwrite')->getImageVersion());