We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ee34b commit f5f9a4fCopy full SHA for f5f9a4f
tests/Endpoints/BatchesTest.php
@@ -68,5 +68,6 @@ public function testGetOneBatch(): void
68
self::assertArrayHasKey('duration', $response);
69
self::assertArrayHasKey('startedAt', $response);
70
self::assertArrayHasKey('finishedAt', $response);
71
+ self::assertArrayHasKey('progress', $response);
72
}
73
0 commit comments