Skip to content

Commit c712850

Browse files
committed
adapt to changes in gix-credentials
1 parent 80040e1 commit c712850

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gix/tests/repository/config/config_snapshot/credential_helpers.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ mod baseline {
8181
.programs
8282
.iter()
8383
.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(),
84+
gix_credentials::program::Kind::ExternalName { name_and_args } => name_and_args.to_owned(),
8885
_ => panic!("need name helper"),
8986
})
9087
.collect();

0 commit comments

Comments
 (0)