fix(copilot): update test assertion to match updated error message
This commit is contained in:
parent
ae7bd54d43
commit
24c7b25afd
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ func TestRunCopilot_execFailureHint(t *testing.T) {
|
|||
err := runCopilot(opts)
|
||||
require.Error(t, err)
|
||||
require.ErrorIs(t, err, execErr)
|
||||
require.Contains(t, err.Error(), "Try running `copilot` directly without `gh`.")
|
||||
require.Contains(t, err.Error(), "try running `copilot` directly without `gh`.")
|
||||
}
|
||||
|
||||
func TestCopilotCommandIsSampledAt100(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue