fix: initialize optional migration source fields

This commit is contained in:
overtrue
2026-09-05 23:24:26 +08:00
parent 998c18c82f
commit 362db233ae
+2
View File
@@ -712,6 +712,8 @@ mod tests {
session_token: None,
}),
tls: TlsConfig::default(),
azure: None,
gcs: None,
},
filter: FilterConfig {
prefix: filter_prefix.map(str::to_string),