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 b9a1fe6 commit 477b513Copy full SHA for 477b513
src/secrets/exec.rs
@@ -265,7 +265,7 @@ mod tests {
265
.into_iter()
266
.map(|(k, v)| (k.to_string(), v.to_string()))
267
.collect();
268
- // Calling the mock_secects_exec.py program with the expected secret keys should provide
+ // Calling the mock_secrets_exec.py program with the expected secret keys should provide
269
// the values expected above in `fake_secret_values`
270
let fetched_keys = backend
271
.retrieve(fake_secret_values.keys().cloned().collect(), &mut rx)
0 commit comments