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 a850a8a commit d268bd7Copy full SHA for d268bd7
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -1139,7 +1139,10 @@ mod tests {
1139
1140
assert_eq!("3.1.6", &resolved_airflow_image.product_version);
1141
1142
- assert_eq!("KubernetesExecutor", cluster.spec.executor.as_airflow_core_executor());
+ assert_eq!(
1143
+ "KubernetesExecutor",
1144
+ cluster.spec.executor.as_airflow_core_executor()
1145
+ );
1146
assert!(cluster.spec.cluster_config.load_examples);
1147
assert!(cluster.spec.cluster_config.expose_config);
1148
// defaults to true
0 commit comments