Reduce docker api image size, fix issues

This commit is contained in:
Julien Nahum
2024-08-28 15:20:39 +02:00
parent 79d3dd7888
commit 2503595786
8 changed files with 989 additions and 992 deletions

View File

@@ -236,9 +236,6 @@ test('make up a submission when polling without any submission', function () {
// Decode the response data
$responseData = $response->json()[0];
ray($responseData);
ray($responseData);
$this->assertNotEmpty($responseData['data']);
$this->assertTrue(count($responseData['data']) == 2);
});