Skip to content

Commit f5f9a4f

Browse files
authored
Add batch progress (#709)
1 parent 18ee34b commit f5f9a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Endpoints/BatchesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ public function testGetOneBatch(): void
6868
self::assertArrayHasKey('duration', $response);
6969
self::assertArrayHasKey('startedAt', $response);
7070
self::assertArrayHasKey('finishedAt', $response);
71+
self::assertArrayHasKey('progress', $response);
7172
}
7273
}

0 commit comments

Comments
 (0)