Skip to content

Commit 20c7ffd

Browse files
committed
fix test
1 parent 4b1500e commit 20c7ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Tracing/OpenTelemetryListener.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ private static void AssertData(string name, IEnumerable<KeyValuePair<string, str
153153
{
154154
IList<string> allowedAttributes = new List<string>
155155
{
156+
"az.namespace",
157+
"kind",
156158
"db.system",
157159
"db.name",
158160
"db.operation",

0 commit comments

Comments
 (0)