Skip to content

Commit 4f7ff4a

Browse files
Merge pull request #10 from de-sh/multiple-log-sources
test: fix expectation
2 parents 84387fa + 02f3ffe commit 4f7ff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/stream_metadata_migration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub fn v5_v6(mut stream_metadata: Value) -> Value {
197197
log_source_entry = LogSourceEntry::new(log_source, HashSet::new());
198198
}
199199
}
200-
stream_metadata_map.insert("log_source".to_owned(), json!(log_source_entry));
200+
stream_metadata_map.insert("log_source".to_owned(), json!([log_source_entry]));
201201
stream_metadata
202202
}
203203

0 commit comments

Comments
 (0)