Skip to content

Commit 2988f06

Browse files
committed
Fix test
1 parent 597d19f commit 2988f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/test/Identity.Test/UserManagerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ await Assert.ThrowsAsync<NotSupportedException>(
10301030
Assert.Collection(updateUser.GetMeasurementSnapshot(),
10311031
m => MetricsHelpers.AssertHasDurationAndContainsTags(m.Value, m.Tags,
10321032
[
1033-
KeyValuePair.Create<string, object>("aspnetcore.identity.user.update_type", "security_stamp"),
1033+
KeyValuePair.Create<string, object>("aspnetcore.identity.user.update_type", "update_security_stamp"),
10341034
KeyValuePair.Create<string, object>("error.type", "System.NotSupportedException"),
10351035
]));
10361036
Assert.Collection(generateToken.GetMeasurementSnapshot(),

0 commit comments

Comments
 (0)