Skip to content

Commit f95f981

Browse files
committed
Updating Profile tests
1 parent b37968d commit f95f981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Profile/Commands.Profile.Test/EnvironmentCmdletTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ public void CanCreateEnvironmentWithAllProperties()
418418
Assert.Equal(cmdlet.TrafficManagerDnsSuffix, actual.TrafficManagerDnsSuffix);
419419
Assert.Equal(cmdlet.GraphAudience, actual.GraphEndpointResourceId);
420420
Assert.Equal(cmdlet.BatchEndpointResourceId, actual.BatchEndpointResourceId);
421+
Assert.Equal(cmdlet.DataLakeAudience, actual.DataLakeEndpointResourceId);
421422
commandRuntimeMock.Verify(f => f.WriteObject(It.IsAny<PSAzureEnvironment>()), Times.Once());
422423
IAzureEnvironment env = AzureRmProfileProvider.Instance.Profile.GetEnvironment("KaTaL");
423424
Assert.Equal(env.Name, cmdlet.Name);

0 commit comments

Comments
 (0)