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 256f2c3 commit ec8e292Copy full SHA for ec8e292
tests/BigCommerce/Api/Widgets/WidgetTemplateApiTest.php
@@ -14,7 +14,6 @@ public function testCanGetTemplate(): void
14
$template = $this->getApi()->widgets()->template($id)->get()->getTemplate();
15
$this->assertEquals('Header Images', $template->name);
16
$this->assertEquals("content/widget-templates/$id", $this->getLastRequestPath());
17
-
18
}
19
20
public function testCanGetTemplates(): void
0 commit comments