Skip to content

Commit 485cd61

Browse files
authored
Merge pull request #4154 from cormacpayne/fix-profile-tests
Fix failing profile tests
2 parents 7554665 + 812ee32 commit 485cd61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Commands.Common.Authentication.Test/AzureSessionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class AzureSessionTests
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
public void InitializerCreatesTokenCacheFile()
3333
{
34+
AzureSessionInitializer.InitializeAzureSession();
3435
IAzureSession oldSession = null;
3536
try
3637
{

0 commit comments

Comments
 (0)