Skip to content

Commit 1e1d3a6

Browse files
authored
updated testGetShippingZones() endpoint
removed trailing '/' from endpoint
1 parent 4db3f3d commit 1e1d3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Unit/Api/Resources/ShippingZoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testGetShippingZones()
5656
{
5757
$this->connection->expects($this->once())
5858
->method('get')
59-
->with($this->basePath . '/shipping/zones/');
59+
->with($this->basePath . '/shipping/zones');
6060

6161
Client::getShippingZones();
6262
}

0 commit comments

Comments
 (0)