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 a67105d commit 304bbb8Copy full SHA for 304bbb8
1 file changed
tests/Feature/Endpoints/LabelsTest.php
@@ -53,7 +53,7 @@ public function get_a_label_by_shipment_object()
53
public function getting_a_label_with_an_invalid_shipment_id_should_throw_an_error()
54
{
55
$this->expectException(\Mvdnbrk\DhlParcel\Exceptions\DhlParcelException::class);
56
- $this->expectExceptionMessage('Error executing API call: Could not parse LabelId from 999999');
+ $this->expectExceptionMessage("Error executing API call: Could not parse id from '999999'");
57
58
$this->client->labels->get('999999');
59
}
0 commit comments