We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51202f7 commit e3dbee7Copy full SHA for e3dbee7
1 file changed
src/sinks/gcp/stackdriver/logs/tests.rs
@@ -240,7 +240,12 @@ fn encode_with_insert_id_key() {
240
);
241
242
// Verify insert_id field was removed from jsonPayload
243
- assert!(!json["jsonPayload"].as_object().unwrap().contains_key("insert_id"));
+ assert!(
244
+ !json["jsonPayload"]
245
+ .as_object()
246
+ .unwrap()
247
+ .contains_key("insert_id")
248
+ );
249
}
250
251
#[test]
0 commit comments