Skip to content

Commit e4a2a81

Browse files
committed
Fix: Key Pair create test could not read public key from file
1 parent 26c1083 commit e4a2a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/key-pair/create/create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestParseInput(t *testing.T) {
102102
{
103103
description: "read public key from file",
104104
flagValues: fixtureFlagValues(func(flagValues map[string]string) {
105-
flagValues[publicKeyFlag] = "@/template/id_ed25519.pub"
105+
flagValues[publicKeyFlag] = "@./template/id_ed25519.pub"
106106
}),
107107
isValid: true,
108108
expectedModel: fixtureInputModel(func(model *inputModel) {

0 commit comments

Comments
 (0)