Fix linting
This commit is contained in:
parent
3e1d423d7d
commit
702ef4b1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ func TestParseResponseBody_FailedStatus(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("error: %v", err)
|
t.Fatalf("error: %v", err)
|
||||||
}
|
}
|
||||||
// failed/cancelled statuses are not specially mapped; they fall through to "stop"
|
// failed/canceled statuses are not specially mapped; they fall through to "stop"
|
||||||
if result.FinishReason != "stop" {
|
if result.FinishReason != "stop" {
|
||||||
t.Errorf("FinishReason = %q, want %q", result.FinishReason, "stop")
|
t.Errorf("FinishReason = %q, want %q", result.FinishReason, "stop")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue