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.
gix-credentials
1 parent 80040e1 commit c712850Copy full SHA for c712850
gix/tests/repository/config/config_snapshot/credential_helpers.rs
@@ -81,10 +81,7 @@ mod baseline {
81
.programs
82
.iter()
83
.map(|p| match &p.kind {
84
- gix_credentials::program::Kind::ExternalName { name_and_args } => name_and_args
85
- .strip_prefix(b"git credential-")
86
- .expect("resolved name")
87
- .into(),
+ gix_credentials::program::Kind::ExternalName { name_and_args } => name_and_args.to_owned(),
88
_ => panic!("need name helper"),
89
})
90
.collect();
0 commit comments