mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
ci: fix unit tests for routing (#4743)
This commit is contained in:
@ -809,6 +809,10 @@ mod test {
|
||||
let mut key_names: FxHashMap<DirKeyKind, String> = FxHashMap::default();
|
||||
|
||||
for key in DirKeyKind::iter() {
|
||||
if matches!(key, DirKeyKind::Connector) {
|
||||
continue;
|
||||
}
|
||||
|
||||
let json_str = if let DirKeyKind::MetaData = key {
|
||||
r#""metadata""#.to_string()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user