Skip to content

Commit 55df1a9

Browse files
committed
fix tests
1 parent dee67f6 commit 55df1a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-operator/src/commons/secret_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ mod tests {
132132
),
133133
(
134134
"secrets.stackable.tech/provision-parts".to_string(),
135-
"full".to_string(),
135+
"all".to_string(),
136136
),
137137
]);
138138

crates/stackable-operator/src/crd/s3/connection/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mod tests {
181181
),
182182
(
183183
"secrets.stackable.tech/provision-parts".to_string(),
184-
"full".to_string()
184+
"all".to_string()
185185
)
186186
]),
187187
);

0 commit comments

Comments
 (0)