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 47ac167 commit ca3ff16Copy full SHA for ca3ff16
dev/tests/api-functional/testsuite/Magento/AdminAdobeIms/Authorization/AdobeImsTokenUserContextTest.php
@@ -140,6 +140,8 @@ public function testUseAdobeAccessTokenSuccess()
140
$this->scopeConfig->clean();
141
$this->runWebApiCall($token);
142
$this->assertAdminUserIdIsSaved($adminUserNameFromFixture, $token);
143
+ $this->configWriter->save(ImsConfig::XML_PATH_ENABLED, 0);
144
+ $this->scopeConfig->clean();
145
}
146
147
/**
0 commit comments