Skip to content

Commit a1299e2

Browse files
committed
MQE-2601: Create automated test for: "Verify that admin token and customer token life time can be configured from admin"
1 parent c385695 commit a1299e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TwoFactorAuth/Test/Api/GoogleAuthenticateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public function testValidToken(): void
257257
*/
258258
public function testAdminTokenLifetime(): void
259259
{
260+
$this->_markTestAsRestOnly();
260261
$this->tfa->getProviderByCode(Google::CODE)->activate($this->getUserId('webapi_user'));
261262
$otp = $this->getUserOtp('webapi_user');
262263
$serviceInfo = $this->buildServiceInfo();

0 commit comments

Comments
 (0)