Skip to content

Commit 24c7b25

Browse files
authored
fix(copilot): update test assertion to match updated error message
1 parent ae7bd54 commit 24c7b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/copilot/copilot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ func TestRunCopilot_execFailureHint(t *testing.T) {
613613
err := runCopilot(opts)
614614
require.Error(t, err)
615615
require.ErrorIs(t, err, execErr)
616-
require.Contains(t, err.Error(), "Try running `copilot` directly without `gh`.")
616+
require.Contains(t, err.Error(), "try running `copilot` directly without `gh`.")
617617
}
618618

619619
func TestCopilotCommandIsSampledAt100(t *testing.T) {

0 commit comments

Comments
 (0)