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 7ade372 commit 5e2a78dCopy full SHA for 5e2a78d
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