Skip to content

Commit 0235deb

Browse files
committed
update unit tests
1 parent 02f618e commit 0235deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Management/ApplicationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testReturnApplicationDetails(): void
5454

5555
$data = $this->client->Management->Application->returnApplicationDetails();
5656

57-
$this->assertArrayHasKey('application', $data);
57+
$this->assertArrayHasKey('application_name', $data);
5858
}
5959

6060
// ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)