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 26c1083 commit e4a2a81Copy full SHA for e4a2a81
internal/cmd/beta/key-pair/create/create_test.go
@@ -102,7 +102,7 @@ func TestParseInput(t *testing.T) {
102
{
103
description: "read public key from file",
104
flagValues: fixtureFlagValues(func(flagValues map[string]string) {
105
- flagValues[publicKeyFlag] = "@/template/id_ed25519.pub"
+ flagValues[publicKeyFlag] = "@./template/id_ed25519.pub"
106
}),
107
isValid: true,
108
expectedModel: fixtureInputModel(func(model *inputModel) {
0 commit comments