File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -272,14 +272,15 @@ public function getAccessTokenEndpoint(): string
272
272
{
273
273
return $ this ->urlProvider ->getRebuiltUrl (TESTS_BASE_URL . '/oauth/token/access ' );
274
274
}
275
-
275
+
276
276
/**
277
277
* Returns the TestModule1 Rest API endpoint.
278
278
*
279
279
* @return string
280
280
*/
281
281
public function getTestApiEndpoint (): string
282
282
{
283
+ /** @phpstan-ignore-next-line */
283
284
$ defaultStoreCode = Bootstrap::getObjectManager ()->get (\Magento \Store \Model \StoreManagerInterface::class)
284
285
->getStore ()->getCode ();
285
286
return $ this ->urlProvider ->getRebuiltUrl (TESTS_BASE_URL . '/rest/ ' . $ defaultStoreCode . '/V1/testmodule1 ' );
You can’t perform that action at this time.
0 commit comments