fix CI for DeleteConversation
This commit is contained in:
parent
fd6533a508
commit
021f5d0019
|
@ -676,7 +676,7 @@ func TestDeleteConversation(t *testing.T) {
|
||||||
ClientSecret: "bar",
|
ClientSecret: "bar",
|
||||||
AccessToken: "hoge",
|
AccessToken: "hoge",
|
||||||
})
|
})
|
||||||
err = client.DeleteConversation(context.Background(), "12345678")
|
err := client.DeleteConversation(context.Background(), "12345678")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("should not be fail: %v", err)
|
t.Fatalf("should not be fail: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user