Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed May 25, 2021
1 parent 20aec16 commit 602600f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opentelemetry-sdk/tests/resources/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def test_invalid_resource_attribute_values(self):
"": "empty-key-value",
None: "null-key-value",
"another-non-primitive": uuid.uuid4(),
}
},
"",
)
self.assertEqual(
resource.attributes,
Expand Down

0 comments on commit 602600f

Please sign in to comment.