Skip to content

Commit 8de7929

Browse files
committed
Test fix
1 parent 1b28df6 commit 8de7929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/personalaccesstoken/personalaccesstoken_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestExecute(t *testing.T) {
112112
arguments: &commandargs.Shell{
113113
SshArgs: []string{cmdname, "newtoken", "api", "bad_ttl"},
114114
},
115-
expectedError: "invalid value for days_ttl: 'bad_ttl'",
115+
expectedError: "Invalid value for days_ttl: 'bad_ttl'",
116116
},
117117
{
118118
desc: "Without a ttl argument",

0 commit comments

Comments
 (0)