Skip to content

Commit 477b513

Browse files
Update src/secrets/exec.rs
1 parent b9a1fe6 commit 477b513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secrets/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ mod tests {
265265
.into_iter()
266266
.map(|(k, v)| (k.to_string(), v.to_string()))
267267
.collect();
268-
// Calling the mock_secects_exec.py program with the expected secret keys should provide
268+
// Calling the mock_secrets_exec.py program with the expected secret keys should provide
269269
// the values expected above in `fake_secret_values`
270270
let fetched_keys = backend
271271
.retrieve(fake_secret_values.keys().cloned().collect(), &mut rx)

0 commit comments

Comments
 (0)