We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db3f3d commit 1e1d3a6Copy full SHA for 1e1d3a6
1 file changed
test/Unit/Api/Resources/ShippingZoneTest.php
@@ -56,7 +56,7 @@ public function testGetShippingZones()
56
{
57
$this->connection->expects($this->once())
58
->method('get')
59
- ->with($this->basePath . '/shipping/zones/');
+ ->with($this->basePath . '/shipping/zones');
60
61
Client::getShippingZones();
62
}
0 commit comments