Skip to content

Commit ad49047

Browse files
vsilentCopilot
andcommitted
test: use valid 64-char hex container ID in enrichment test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c8a2b84 commit ad49047

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/collectors/event_enrichment_test.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ fn test_container_id_detection_format() {
5454
{
5555
let detector = detector.expect("Failed to create detector");
5656
// Test with a known container ID format
57-
let valid_ids = vec!["abc123def456", "abc123def456789012345678901234567890"];
57+
let valid_ids = vec![
58+
"abc123def456",
59+
"abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
60+
];
5861

5962
for id in valid_ids {
6063
let result = detector.validate_container_id(id);

0 commit comments

Comments
 (0)