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 03485a6 commit 764e2c5Copy full SHA for 764e2c5
msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/AcquireTokenInteractiveIT.java
@@ -27,7 +27,7 @@
27
28
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
29
class AcquireTokenInteractiveIT extends SeleniumTest {
30
- private static final Logger LOG = LoggerFactory.getLogger(AuthorizationCodeIT.class);
+ private static final Logger LOG = LoggerFactory.getLogger(AcquireTokenInteractiveIT.class);
31
32
private Config cfg;
33
0 commit comments