Skip to content

Commit bd2d38d

Browse files
committed
6-9
1 parent ef73d2c commit bd2d38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/provider_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func setup(t testing.TB, files map[string]string) testDependencies {
9494

9595
sshDir := t.TempDir()
9696
writeFiles(t, map[string]string{
97-
"id_ed25516": testSSHUserKey,
97+
"id_ed25519": testSSHUserKey,
9898
"authorized_keys": testSSHUserPubKey,
9999
}, sshDir)
100100

@@ -155,7 +155,7 @@ func seedCache(ctx context.Context, t testing.TB, deps testDependencies) {
155155
"ENVBUILDER_PUSH_IMAGE=true",
156156
"ENVBUILDER_VERBOSE=true",
157157
fmt.Sprintf("ENVBUILDER_GIT_URL=ssh://git@localhost:%s/srv/git/repo.git", sshPort),
158-
"ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH=/tmp/ssh/id_ed25516",
158+
"ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH=/tmp/ssh/id_ed25519",
159159
},
160160
Labels: map[string]string{
161161
testContainerLabel: "true",

0 commit comments

Comments
 (0)