Skip to content

Commit aa314a3

Browse files
committed
fix test
1 parent 47aa9c4 commit aa314a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/provisionerdaemonstart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func TestProvisionerDaemon_PSK(t *testing.T) {
153153
ctx, cancel := context.WithTimeout(inv.Context(), testutil.WaitLong)
154154
defer cancel()
155155
err = inv.WithContext(ctx).Run()
156-
require.ErrorContains(t, err, "must provide a pre-shared key when not authenticated as a user")
156+
require.ErrorContains(t, err, "must provide a pre-shared key or provisioner key when not authenticated as a user")
157157
})
158158
}
159159

0 commit comments

Comments
 (0)