We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed830bd commit e042c44Copy full SHA for e042c44
1 file changed
test/Unit/Api/ClientTest.php
@@ -449,7 +449,7 @@ public function testGettingProductCustomFieldsReturnsCollectionOfProductCustomFi
449
{
450
$this->connection->expects($this->once())
451
->method('get')
452
- ->with($this->basePath . '/products/1/customfields/', false)
+ ->with($this->basePath . '/products/1/customfields', false)
453
->will($this->returnValue(array(array(), array())));
454
455
$collection = Client::getProductCustomFields(1);
0 commit comments