Skip to content

Commit 7c2e148

Browse files
committed
* Log when UpdateSecretAsync is called
1 parent d606122 commit 7c2e148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/Test/OAuth2/TestOAuth2.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ private Task OnCredentialsRefreshedAsync(Credentials? credentials, Exception? ex
213213
}
214214
_util = new Util(credentials.UserName, credentials.Password);
215215

216+
_testOutputHelper.WriteLine("{0} [INFO] calling UpdateSecretAsync", DateTime.Now);
216217
return _connection.UpdateSecretAsync(credentials.Password, "Token refresh", cancellationToken);
217218
}
218219

0 commit comments

Comments
 (0)