Skip to content

Commit

Permalink
Update DeviceCodeIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SomkaPe committed Mar 18, 2020
1 parent 4fea88b commit 49ca000
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,8 +60,8 @@ public void DeviceCodeFlowTest(String environment) throws Exception {
}

private void runAutomatedDeviceCodeFlow(DeviceCode deviceCode, User user){
boolean isRunningLocally = !Strings.isNullOrEmpty(
System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));
boolean isRunningLocally = true;//!Strings.isNullOrEmpty(
//System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));

LOG.info("Device code running locally: " + isRunningLocally);
try{
Expand Down

0 comments on commit 49ca000

Please sign in to comment.