We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7bd54 commit 24c7b25Copy full SHA for 24c7b25
1 file changed
pkg/cmd/copilot/copilot_test.go
@@ -613,7 +613,7 @@ func TestRunCopilot_execFailureHint(t *testing.T) {
613
err := runCopilot(opts)
614
require.Error(t, err)
615
require.ErrorIs(t, err, execErr)
616
- require.Contains(t, err.Error(), "Try running `copilot` directly without `gh`.")
+ require.Contains(t, err.Error(), "try running `copilot` directly without `gh`.")
617
}
618
619
func TestCopilotCommandIsSampledAt100(t *testing.T) {
0 commit comments