Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmcgwire-cb committed Oct 21, 2021
1 parent 2bb1377 commit 094f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversation_test.go
Expand Up @@ -400,7 +400,7 @@ func TestGetConversationInfo(t *testing.T) {
http.HandleFunc("/conversations.info", okChannelJsonHandler)
once.Do(startServer)
api := New("testing-token", OptionAPIURL("http://"+serverAddr+"/"))
channel, err := api.GetConversationInfo("CXXXXXXXX", false)
channel, err := api.GetConversationInfo("CXXXXXXXX", false, false)
if err != nil {
t.Errorf("Unexpected error: %s", err)
return
Expand Down

0 comments on commit 094f096

Please sign in to comment.