You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConversationTest.php is expecting a type=user parameter to be set automatically but there's none. Looking at the guzzle definition file for conversation, it doesn't have a default value.
There was 1 failure:
1) Intercom\ConversationTest::testGetConversations
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/conversations?type=user'
+'/conversations'
/Users/dehora/intercom/intercom-php/src/Intercom/IntercomTestCase.php:51
/Users/dehora/intercom/intercom-php/tests/Intercom/Resources/ConversationTest.php:50
FAILURES!
Tests: 77, Assertions: 236, Failures: 1.
The text was updated successfully, but these errors were encountered:
ConversationTest.php is expecting a
type=user
parameter to be set automatically but there's none. Looking at the guzzle definition file for conversation, it doesn't have a default value.phpunit run below
The text was updated successfully, but these errors were encountered: