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
272272 {
273273 return $ this ->urlProvider ->getRebuiltUrl (TESTS_BASE_URL . '/oauth/token/access ' );
274274 }
275-
275+
276276 /**
277277 * Returns the TestModule1 Rest API endpoint.
278278 *
279279 * @return string
280280 */
281281 public function getTestApiEndpoint (): string
282282 {
283+ /** @phpstan-ignore-next-line */
283284 $ defaultStoreCode = Bootstrap::getObjectManager ()->get (\Magento \Store \Model \StoreManagerInterface::class)
284285 ->getStore ()->getCode ();
285286 return $ this ->urlProvider ->getRebuiltUrl (TESTS_BASE_URL . '/rest/ ' . $ defaultStoreCode . '/V1/testmodule1 ' );
You can’t perform that action at this time.
0 commit comments