Skip to content

Commit 7330181

Browse files
committed
Increase test coverage
1 parent c9b5373 commit 7330181

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,11 @@ mod tests {
11831183
gitSyncConf:
11841184
foo: bar
11851185
gitFolder: "mount-dags-gitsync/dags_airflow3"
1186+
tls:
1187+
verification:
1188+
server:
1189+
caCert:
1190+
secretClass: git-ca-cert
11861191
- repo: ssh://git@github.com/stackable-airflow/dags.git
11871192
"#;
11881193
let yaml = test_airflow_cluster_yaml(git_sync_section);
@@ -1206,6 +1211,11 @@ mod tests {
12061211
gitSyncConf:
12071212
foo: bar
12081213
gitFolder: "mount-dags-gitsync/dags_airflow3"
1214+
tls:
1215+
verification:
1216+
server:
1217+
caCert:
1218+
secretClass: git-ca-cert
12091219
- repo: ssh://git@github.com/stackable-airflow/dags.git
12101220
# FIXME: The roundtrip looses data when private keys are used.
12111221
# See https://github.com/stackabletech/issues/issues/849 for details.

0 commit comments

Comments
 (0)