Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_utils.py
  • Loading branch information
lzchen committed Feb 8, 2024
commit 379e386589034de3ea39a0e8b334aa856b6f033c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_populate_part_a_fields(self):
self.assertEqual(tags.get("ai.device.model"), "testDeviceModel")
self.assertEqual(tags.get("ai.device.oemName"), "testDeviceMake")


def test_populate_part_a_fields_default(self):
resource = Resource(
{"service.name": "testServiceName"})
Expand Down