Skip to content

Commit

Permalink
Merge branch 'main' into constructor-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng authored Jun 7, 2024
2 parents b7ecaf6 + a49f78c commit 9d7e0dd
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 9d7e0dd

Please sign in to comment.