Skip to content

Commit

Permalink
test: Fixed unsupported resource type in system test (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng authored Jun 7, 2024
1 parent 9ca242d commit a49f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def test_handlers_w_extras(self):
"trace_sampled": True,
"http_request": expected_request,
"source_location": expected_source,
"resource": Resource(type="cloudiot_device", labels={}),
"resource": Resource(type="global", labels={}),
"labels": {"test-label": "manual"},
}
cloud_logger.warning(LOG_MESSAGE, extra=extra)
Expand Down

0 comments on commit a49f78c

Please sign in to comment.