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 da557fd commit 76c88daCopy full SHA for 76c88da
rust/operator-binary/src/controller.rs
@@ -1922,9 +1922,7 @@ mod tests {
1922
assert!(config.contains("protocol.spooling.shared-secret-key=test"));
1923
1924
let config = cm.get("spooling-manager.properties").unwrap();
1925
- println!("------");
1926
- println!("{}", config);
1927
+
1928
assert!(config.contains("fs.location=s3a\\://bucket/cluster/spooling"));
1929
assert!(config.contains("spooling-manager.name=filesystem"));
1930
}
0 commit comments