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 237734e commit 0b6c6baCopy full SHA for 0b6c6ba
dev/tests/api-functional/testsuite/Magento/Webapi/Authentication/RestTest.php
@@ -90,6 +90,8 @@ public function testGetRequestToken()
90
public function testGetRequestTokenExpiredConsumer()
91
{
92
$this::consumerFixture('2012-01-01 00:00:00');
93
+ $this::$_consumer->setUpdatedAt('2012-01-01 00:00:00');
94
+ $this::$_consumer->save();
95
/** @var $oAuthClient \Magento\TestFramework\Authentication\Rest\OauthClient */
96
$oAuthClient = $this->_getOauthClient(self::$_consumerKey, self::$_consumerSecret);
97
$oAuthClient->requestRequestToken();
0 commit comments